Skip to content

Commit

Permalink
build: bump Alpine Linux build image to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Aug 15, 2024
1 parent fa51c3e commit eb057d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:alpine3.19 AS build
FROM docker.io/library/golang:alpine3.20 AS build
RUN apk add --no-cache build-base git make
ADD . /go/src/app
WORKDIR /go/src/app
Expand Down

0 comments on commit eb057d0

Please sign in to comment.