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