diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 5fed90b67b..215fa06231 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # docker build . -t mullvadvpn/mullvadvpn-app-build # To push the image to our docker hub: # docker push mullvadvpn/mullvadvpn-app-build -FROM debian:unstable +FROM debian:stable@sha256:75f7d0590b45561bfa443abad0b3e0f86e2811b1fc176f786cd30eb078d1846f RUN apt update -y RUN apt install build-essential \ gcc \ |
