Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvkusk committed Jan 7, 2025
1 parent 6002962 commit 0e2ceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#install packages for build layer
FROM golang:1.21-alpine as builder
FROM golang:1.22-alpine AS builder
RUN apk add --no-cache git gcc make perl jq libc-dev linux-headers

ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.0/libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
Expand Down

0 comments on commit 0e2ceb1

Please sign in to comment.