summaryrefslogtreecommitdiff
path: root/auth-server-poc/Dockerfile
diff options
context:
space:
mode:
authorVictor Näslund <victor@sunet.se>2022-11-01 01:55:25 +0100
committerVictor Näslund <victor@sunet.se>2022-11-01 01:55:25 +0100
commitffb26f4a81a9ca61c4105df037f7e1beb8dc5fb0 (patch)
tree41094f051edbf300a6cd2c2de8dfb8435bfc18a4 /auth-server-poc/Dockerfile
parent1b836e78db2737ba5d1ae43da9828601a5a5c114 (diff)
initial fresh up
Diffstat (limited to 'auth-server-poc/Dockerfile')
-rw-r--r--auth-server-poc/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-server-poc/Dockerfile b/auth-server-poc/Dockerfile
index 60ccb8f..b3344d2 100644
--- a/auth-server-poc/Dockerfile
+++ b/auth-server-poc/Dockerfile
@@ -1,4 +1,5 @@
-FROM debian:buster
+FROM debian:bullseye-20221024-slim@sha256:76cdda8fe5eb597ef5e712e4c9a9f5f1fb119e69f353daaa7bd6d0f6e66e541d
+# FROM debian:buster
RUN mkdir /opt/auth-server-poc
COPY requirements.txt setup.sh /opt/auth-server-poc/