Browse Source
Merge pull request #4400 from waja/docker_alpine_update
Docker alpine update
pull/4405/head
neil
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -1,4 +1,4 @@ |
|
|
FROM alpine:3.15 |
|
|
|
|
|
|
|
|
FROM alpine:3.16.3 |
|
|
|
|
|
|
|
|
RUN apk --no-cache add -f \ |
|
|
RUN apk --no-cache add -f \ |
|
|
openssl \ |
|
|
openssl \ |
|
|