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.
2 parents 0b13e6d + e4746cc commit 9e1cfacCopy full SHA for 9e1cfac
Dockerfile.alpine
@@ -12,7 +12,7 @@ RUN go mod download
12
RUN CGO_ENABLED=0 go build -o forego . \
13
&& go clean -cache
14
15
-FROM alpine:3.18.0
+FROM alpine:3.18.2
16
17
RUN apk add --no-cache bash
18
0 commit comments