Skip to content

Commit c963fdc

Browse files
chore(deps): update nginx:alpine docker digest to 7c88831 (#368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 960ce34 commit c963fdc

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