Skip to content

Commit

Permalink
ci(builder): use go 1.22.5 with alpine3.20 and fix errors when building
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Jul 12, 2024
1 parent 05198b4 commit 2576a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/images/builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18
FROM golang:1.22.5-alpine3.20

ARG LEDGER_ENABLED
ENV LEDGER_ENABLED=${LEDGER_ENABLED:-false}
Expand All @@ -22,7 +22,7 @@ ARG WASMVM_REL_DIR=".wasmvm"
ARG WASMVM_DIR=/go/"$WASMVM_REL_DIR"
# pointing the linker to the dir the library is stored
ENV WASMVM_DIR=${WASMVM_DIR}
ARG WASMVM_LIB_LOCAL="libwasmvm_muslc.a"
ARG WASMVM_LIB_LOCAL="libwasmvm_muslc.x86_64.a"
ARG WASMVM_LOCAL_PATH="$WASMVM_DIR/$WASMVM_LIB_LOCAL"
ARG WASMVM_CHECKSUM_URL="$WASMVM_BASE_URL/checksums.txt"

Expand Down

0 comments on commit 2576a95

Please sign in to comment.