Skip to content

Commit

Permalink
Merge pull request #122 from ktock/update09
Browse files Browse the repository at this point in the history
Dockerfile.test: update deps
  • Loading branch information
ktock authored Sep 10, 2023
2 parents 90a5b7c + 4c067ff commit 6ee7ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
ARG BUILDX_VERSION=0.11.2
ARG DOCKER_VERSION=24.0.5
ARG WAMR_VERSION=1.2.3
ARG WASMEDGE_VERSION=0.13.3
ARG GOLANG_VERSION=1.21.0
ARG WASMER_VERSION=v4.1.2
ARG WASMEDGE_VERSION=0.13.4
ARG GOLANG_VERSION=1.21.1
ARG WASMER_VERSION=v4.2.0
ARG WASMTIME_VERSION=12.0.1

FROM docker:${DOCKER_VERSION}-dind AS dind
Expand Down

0 comments on commit 6ee7ae1

Please sign in to comment.