Skip to content

Commit

Permalink
Alpine 3.18.4 and OpenVPN 2.6.7-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frauhottelmann authored Nov 18, 2023
1 parent cec5db4 commit ef826ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.0
FROM alpine:3.18.4

ARG BUILD_RFC3339="1970-01-01T00:00:00Z"
ARG COMMIT
Expand All @@ -20,4 +20,4 @@ LABEL org.opencontainers.image.ref.name="frauhottelmann/openvpn-client" \
ENTRYPOINT ["openvpn"]
VOLUME ["/vpn"]

RUN apk add --no-cache openvpn=2.6.4-r0
RUN apk add --no-cache openvpn=2.6.7-r0

0 comments on commit ef826ca

Please sign in to comment.