Skip to content

Commit 469b45a

Browse files
authored
Update Alpine to v3.13
1 parent 8ad755e commit 469b45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w \
1414
-X github.com/stefanprodan/podinfo/pkg/version.VERSION=${VERSION}" \
1515
-a -o bin/podinfo cmd/podinfo/*
1616

17-
FROM alpine:3.11
17+
FROM alpine:3.13
1818

1919
RUN addgroup -S app \
2020
&& adduser -S -g app app \

0 commit comments

Comments
 (0)