Skip to content

Commit

Permalink
Use newer nginx
Browse files Browse the repository at this point in the history
Specifying the version this way should hopefully make Dependabot pick
up new versions in the future.
  • Loading branch information
arnested committed Jan 30, 2025
1 parent b744066 commit f7f6c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
##
# Base
##
FROM nginx:1.27.0-alpine3.19-slim@sha256:a529900d9252ce5d04531a4a594f93736dbbe3ec155a692d10484be82aaa159a AS base
FROM nginx:1.27.3-alpine-slim@sha256:5a56ae385906c5b43ccc99379bce883aa93dc0556d7f705ba501d819925e8fa1 AS base

COPY /base /

RUN apk add --no-cache \
ca-certificates=~20240226 \
ca-certificates=~20241121 \
gnutls-utils=~3

ARG workdir=/var/www
Expand Down

0 comments on commit f7f6c33

Please sign in to comment.