Skip to content

Commit

Permalink
Dockerfile: bump alpinelinux to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol committed Dec 12, 2023
1 parent 41cd5ae commit 2ab69a0
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.18 AS common
FROM golang:alpine3.19 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.18 AS executable
FROM alpine:3.19 AS executable

RUN apk add tzdata

Expand Down

0 comments on commit 2ab69a0

Please sign in to comment.