summaryrefslogtreecommitdiff
path: root/images/obfsvpn/Dockerfile
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.com>2022-07-29 01:12:44 -0400
committeratanarjuat <atanarjuat@example.com>2022-07-29 01:12:44 -0400
commitdaad04f571c8f60500a38a98c87da262baa0361a (patch)
treee9c41b105becaf66719c7e677c32c2517cb3bdff /images/obfsvpn/Dockerfile
parent81dcc7398b8920c5e00229df0f83e627d1f62684 (diff)
relax dep on Dockerfile
Diffstat (limited to 'images/obfsvpn/Dockerfile')
-rw-r--r--images/obfsvpn/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/obfsvpn/Dockerfile b/images/obfsvpn/Dockerfile
index 9a779a3..cea45d0 100644
--- a/images/obfsvpn/Dockerfile
+++ b/images/obfsvpn/Dockerfile
@@ -6,7 +6,7 @@ WORKDIR ${SOURCE_PATH}
RUN cd server && make build && cp server /obfsvpn-server
-FROM alpine:3.14.1
+FROM alpine:3
ENV APP_NAME Dockovpn
ENV APP_INSTALL_PATH /opt/${APP_NAME}