We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1066f commit f7e4030Copy full SHA for f7e4030
Dockerfile
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-w -s -X '
23
24
25
# get alpine container
26
-FROM alpine:3.19.1 AS app
+FROM alpine:3.20.0 AS app
27
28
# create workdir
29
WORKDIR /opt/app
0 commit comments