Skip to content

Commit

Permalink
alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Sep 23, 2024
1 parent 8599e80 commit a875390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental

FROM golang:1.23-alpine3.20 as build
FROM golang:1.23-alpine3.19 as build

ARG ARCH=x86_64
ARG WASM=true
Expand Down Expand Up @@ -33,7 +33,7 @@ COPY . .

RUN make MUSLC="${WASM}" WASM="${WASM}" IBC_WASM_HOOKS="${IBC_WASM_HOOKS}" build

FROM alpine:3.20
FROM alpine:3.19

ARG USER_ID=1000
ARG GROUP_ID=1001
Expand Down

0 comments on commit a875390

Please sign in to comment.