Skip to content

Commit

Permalink
chore(deps): update nginx:alpine docker digest to 827bcaf
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 7be92a7 commit b3e0c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN SECRET_KEY=dummy \
python3 manage.py collectstatic --noinput

# runtime nginx image
FROM nginx:alpine@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4 AS runtime-nginx
FROM nginx:alpine@sha256:827bcaf00b9ec8d6107ec2ea47d90ac9c3fb019506f8eff883e2fbb0a458b4c3 AS runtime-nginx

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

0 comments on commit b3e0c45

Please sign in to comment.