Skip to content

Commit

Permalink
Bump alpine release used to build the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol committed May 29, 2024
1 parent f255912 commit ace7e6b
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:alpine3.19 AS common
FROM golang:alpine3.20 AS common

RUN apk add gcc libc-dev

Expand All @@ -14,7 +14,7 @@ RUN go test -ldflags="-s -w"
FROM common AS build
RUN go build -ldflags="-s -w"

FROM alpine:3.19 AS executable
FROM alpine:3.20 AS executable

RUN apk add tzdata

Expand Down

0 comments on commit ace7e6b

Please sign in to comment.