Skip to content

Commit c04cd62

Browse files
committed
fix(docker): openvpn 2.4.12-r0 install
1 parent 69c3f4e commit c04cd62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ EXPOSE 8000/tcp 8888/tcp 8388/tcp 8388/udp
181181
HEALTHCHECK --interval=5s --timeout=5s --start-period=10s --retries=1 CMD /gluetun-entrypoint healthcheck
182182
ARG TARGETPLATFORM
183183
RUN apk add --no-cache --update -l apk-tools && \
184-
apk add --no-cache --update -X "https://dl-cdn.alpinelinux.org/alpine/v3.12/main" openvpn==2.4.11-r0 && \
184+
apk add --no-cache --update -X "https://dl-cdn.alpinelinux.org/alpine/v3.12/main" openvpn==2.4.12-r0 && \
185185
mv /usr/sbin/openvpn /usr/sbin/openvpn2.4 && \
186186
apk del openvpn && \
187187
apk add --no-cache --update openvpn ca-certificates iptables ip6tables unbound tzdata && \

0 commit comments

Comments
 (0)