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 960ce34 commit c963fdcCopy full SHA for c963fdc
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:a861d7979aecc27e940b375e1d5e3d7569e99958e166305f32eb3e8595acf7ad AS runtime-nginx
+FROM nginx:alpine@sha256:7c8883131cfba033d0bc312936f37732f51f4351e2d9130411f26e52d80c829e 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