Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Mar 18, 2024
1 parent b87ad77 commit 9145de9
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.19-alpine3.16 as go-builder
FROM golang:1.21-alpine3.18 as go-builder

WORKDIR /app

Expand All @@ -14,7 +14,7 @@ RUN apk add --no-cache $PACKAGES

RUN make build

FROM alpine:3.16.1
FROM alpine:3.18

RUN apk add curl jq bash vim

Expand Down

0 comments on commit 9145de9

Please sign in to comment.