Browse Source
Merge pull request #28 from jordanpotter/alpine_3_15
Upgrade to Alpine 3.15.4
pull/35/head
Jordan Potter
3 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.13.6 |
|
|
|
FROM alpine:3.15.4 |
|
|
|
|
|
|
|
RUN apk add --no-cache \ |
|
|
|
openresolv iptables ip6tables iproute2 wireguard-tools \ |
|
|
|