Browse Source

Merge pull request #3861 from christianbur/patch-2

Update Dockerfile - alpine:3.12 -> alpine:3.15
pull/3868/head
neil 3 years ago
committed by GitHub
parent
commit
84a96e862e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.15
RUN apk --no-cache add -f \
openssl \

Loading…
Cancel
Save