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
parent
commit
aeb3049abf
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.13.6
FROM alpine:3.15.4
RUN apk add --no-cache \
openresolv iptables ip6tables iproute2 wireguard-tools \

Loading…
Cancel
Save