We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3012a37 commit 60b7c4fCopy full SHA for 60b7c4f
Dockerfile
@@ -41,7 +41,7 @@ RUN SECRET_KEY=dummy \
41
python3 manage.py collectstatic --noinput
42
43
# runtime nginx image
44
-FROM nginx:alpine@sha256:9dacca6749f2215cc3094f641c5b6662f7791e66a57ed034e806a7c48d51c18f AS runtime-nginx
+FROM nginx:alpine@sha256:b3c656d55d7ad751196f21b7fd2e8d4da9cb430e32f646adcf92441b72f82b14 AS runtime-nginx
45
46
COPY --from=builder /app/src/static_built /var/www/html/static
47
COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf
0 commit comments