Mbonea commited on
Commit
f3297e4
1 Parent(s): f7962c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,6 +1,5 @@
1
  # Use the specified Debian image
2
- FROM docker.io/library/debian:stable-slim@sha256:d10f0545d14bad5f4d230301f7e4fd904384f2dd16fda16d708f936c2fa1db3e
3
-
4
  # Install OpenVPN and Easy-RSA
5
  RUN apt-get update && \
6
  apt-get install -y openvpn easy-rsa iptables && \
 
1
  # Use the specified Debian image
2
+ FROM docker.io/library/debian:latest
 
3
  # Install OpenVPN and Easy-RSA
4
  RUN apt-get update && \
5
  apt-get install -y openvpn easy-rsa iptables && \