Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 5a2cdc2

Browse files
Bump docker base image to alpine 3.13.2 (#123)
1 parent 56dcc2b commit 5a2cdc2

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
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o /mai
1919
########################################################
2020
# Build the runtime container
2121
########################################################
22-
FROM alpine:3.10
22+
FROM alpine:3.13.2
2323

2424
# required to use x.509 certs (HTTPS)
2525
RUN apk add --no-cache ca-certificates

0 commit comments

Comments
 (0)