chore(deps): update nginx docker tag to v1.31.3 (#229)
This commit was merged in pull request #229.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM amd64/nginx:1.31.2-alpine@sha256:20a282be307555d1e8dfeef252bad8b6a82e5de72663751b5dea43c2ed3c3800 as build
|
||||
FROM amd64/nginx:1.31.3-alpine@sha256:1a6db0dbcbbc9071746f410d04fac08fa39aad437b3960f0a278fc725d836c8b as build
|
||||
|
||||
RUN apk add --update \
|
||||
wget
|
||||
@@ -13,7 +13,7 @@ COPY ./ /site
|
||||
WORKDIR /site
|
||||
RUN hugo
|
||||
|
||||
FROM amd64/nginx:1.31.2-alpine@sha256:20a282be307555d1e8dfeef252bad8b6a82e5de72663751b5dea43c2ed3c3800
|
||||
FROM amd64/nginx:1.31.3-alpine@sha256:1a6db0dbcbbc9071746f410d04fac08fa39aad437b3960f0a278fc725d836c8b
|
||||
ADD default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /site/public /usr/share/nginx/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user