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 30ba761 commit e0bacfdCopy full SHA for e0bacfd
Dockerfile
@@ -7,7 +7,7 @@ ADD hello-world.go /go/src/app
7
RUN go build hello-world.go
8
9
# We use a Docker multi-stage build here in order that we only take the compiled go executable
10
-FROM alpine:3.14
+FROM alpine:3.18
11
12
LABEL org.opencontainers.image.source="https://github.com/jonashackt/docker-hello-world"
13
0 commit comments