Skip to content

Commit 7aa3b97

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

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:ce611bb6e76a1da3576e3875f78acb1064a4624dbf45abcbf14fd152cfb7a943 AS runtime-nginx
44+
FROM nginx:alpine@sha256:c083c3799197cfff91fe5c3c558db3d2eea65ccbbfd419fa42a64d2c39a24027 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)