Skip to content

Commit

Permalink
chore: Bump Go version in Dockerfile (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 authored Jul 2, 2024
1 parent 941ac19 commit b47b6c9
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,4 +1,4 @@
FROM golang:1.22.2-alpine3.18 as go-builder
FROM golang:1.22.4-alpine3.19 as go-builder

WORKDIR /app

Expand All @@ -22,4 +22,4 @@ COPY --from=go-builder /app/build/rollapp-evm /usr/local/bin/rollappd

WORKDIR /app

EXPOSE 26657 1317
EXPOSE 26657 1317

0 comments on commit b47b6c9

Please sign in to comment.