chore(deps): update nginx docker tag to v1.31.1 (#215)
This commit was merged in pull request #215.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/nginx:1.31.0-alpine@sha256:f0addaa815e9c38e75a912eff79a533dca1b5371a3563e0420b2fa1fe8ea565f as build
|
FROM amd64/nginx:1.31.1-alpine@sha256:351e92693052b5aef1039577218f822ce56300dce4b22a0fe4a6f04f34557ec6 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.0-alpine@sha256:f0addaa815e9c38e75a912eff79a533dca1b5371a3563e0420b2fa1fe8ea565f
|
FROM amd64/nginx:1.31.1-alpine@sha256:351e92693052b5aef1039577218f822ce56300dce4b22a0fe4a6f04f34557ec6
|
||||||
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