Skip to content

Commit

Permalink
bump go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 authored and omritoptix committed Jul 31, 2024
1 parent c61bd37 commit 142f405
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 @@ -14,7 +14,7 @@ RUN apk add --no-cache $PACKAGES

RUN make build BECH32_PREFIX=ethm

FROM alpine:3.16.1
FROM alpine:3.19.1

RUN apk add curl jq bash vim

Expand Down

0 comments on commit 142f405

Please sign in to comment.