chore(deps): update nginx:1.29.5-alpine docker digest to 1583242 (#196)
This commit was merged in pull request #196.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/nginx:1.29.5-alpine@sha256:251df7d28ed7958c0e810b3c4cc380d0382336fcc34e361bfb60fb73b2ec19dc as build
|
FROM amd64/nginx:1.29.5-alpine@sha256:1583242da12cbcc3085be6977270479d6a7ebfc9233e7fe06fba7013c7ba53d1 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.29.5-alpine@sha256:251df7d28ed7958c0e810b3c4cc380d0382336fcc34e361bfb60fb73b2ec19dc
|
FROM amd64/nginx:1.29.5-alpine@sha256:1583242da12cbcc3085be6977270479d6a7ebfc9233e7fe06fba7013c7ba53d1
|
||||||
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