chore: bump alpine 3.10 to 3.15

This commit is contained in:
GoliathLabs 2021-12-11 23:54:27 +01:00
parent 8a775d55bb
commit 980e0c837c
No known key found for this signature in database
GPG Key ID: 37F7BDC266B5BAB8

View File

@ -12,7 +12,7 @@ RUN go mod download
COPY . . COPY . .
RUN make build RUN make build
FROM alpine:3.10 FROM alpine:3.15
RUN apk --update upgrade \ RUN apk --update upgrade \
&& apk --no-cache --no-progress add ca-certificates && apk --no-cache --no-progress add ca-certificates