Skip to content

Commit 3bf4e4f

Browse files
chore(deps): update nginx:alpine docker digest to ce611bb (#483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ae4695 commit 3bf4e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN SECRET_KEY=dummy \
4141
python3 manage.py collectstatic --noinput
4242

4343
# runtime nginx image
44-
FROM nginx:alpine@sha256:8491795299c8e739b7fcc6285d531d9812ce2666e07bd3dd8db00020ad132295 AS runtime-nginx
44+
FROM nginx:alpine@sha256:ce611bb6e76a1da3576e3875f78acb1064a4624dbf45abcbf14fd152cfb7a943 AS runtime-nginx
4545

4646
COPY --from=builder /app/src/static_built /var/www/html/static
4747
COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)