chore(deps): update nginx docker tag to v1.31.2 #224
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/nginx:1.31.1-alpine@sha256:351e92693052b5aef1039577218f822ce56300dce4b22a0fe4a6f04f34557ec6 as build
|
FROM amd64/nginx:1.31.2-alpine@sha256:feac7153f09e503b01b60365b1d4e41d8748ec0a4b8171ac4ad7922c3abeebfe 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.1-alpine@sha256:351e92693052b5aef1039577218f822ce56300dce4b22a0fe4a6f04f34557ec6
|
FROM amd64/nginx:1.31.2-alpine@sha256:feac7153f09e503b01b60365b1d4e41d8748ec0a4b8171ac4ad7922c3abeebfe
|
||||||
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