Skip to content

Commit

Permalink
test: Dockerfile: bump up deps
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Tokunaga <[email protected]>
  • Loading branch information
ktock committed Apr 13, 2024
1 parent 72f408f commit b90872b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ARG DOCKER_VERSION=26.0.0
ARG WAMR_VERSION=1.3.2
ARG WASMEDGE_VERSION=0.13.5
ARG GOLANG_VERSION=1.21.6
ARG WASMER_VERSION=v4.2.5
ARG WASMTIME_VERSION=19.0.0
ARG WASMER_VERSION=v4.2.8
ARG WASMTIME_VERSION=19.0.2

FROM docker:${DOCKER_VERSION}-dind AS dind
FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
Expand Down

0 comments on commit b90872b

Please sign in to comment.