chore(deps): update nginx:1.31.2-alpine docker digest to 20a282b (#226)
This commit was merged in pull request #226.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/nginx:1.31.2-alpine@sha256:feac7153f09e503b01b60365b1d4e41d8748ec0a4b8171ac4ad7922c3abeebfe as build
|
FROM amd64/nginx:1.31.2-alpine@sha256:20a282be307555d1e8dfeef252bad8b6a82e5de72663751b5dea43c2ed3c3800 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.2-alpine@sha256:feac7153f09e503b01b60365b1d4e41d8748ec0a4b8171ac4ad7922c3abeebfe
|
FROM amd64/nginx:1.31.2-alpine@sha256:20a282be307555d1e8dfeef252bad8b6a82e5de72663751b5dea43c2ed3c3800
|
||||||
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