upgrade from alpine linux 3.8 to 3.14 to get newer SSL ca certs as the old ones were now expired for some lets encrypt certs

This commit is contained in:
Dan Ballard 2021-09-30 13:32:21 -07:00
parent cc542d77a9
commit 08d03ff5b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.14
RUN apk add --no-cache ca-certificates curl