Skip to content

Commit 3e83f2a

Browse files
chore(deps): update nginx:alpine docker digest to 66d420c (#486)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00c1ac8 commit 3e83f2a

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:550ada9a27f714caaed3abe4212849cf998d43cf0daccdd38154afcbe0695c4b AS runtime-nginx
44+
FROM nginx:alpine@sha256:66d420cc54ef85bcc1d72220e83d7aaa6c4850bd2904794e3a56f09fd4ccb66e 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)