chore(deps): update nginx:1.29.8-alpine docker digest to d4e09bf (#208)
This commit was merged in pull request #208.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/nginx:1.29.8-alpine@sha256:c26341abb08b7bb1304ae100fb606821a0d762fa41e6fbdffa6d98c3d4da0bb0 as build
|
FROM amd64/nginx:1.29.8-alpine@sha256:d4e09bfbc6e3f3f3f7523f09f90d5d729ab8d758cc0bf1961af0c6ef4d76e497 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.8-alpine@sha256:c26341abb08b7bb1304ae100fb606821a0d762fa41e6fbdffa6d98c3d4da0bb0
|
FROM amd64/nginx:1.29.8-alpine@sha256:d4e09bfbc6e3f3f3f7523f09f90d5d729ab8d758cc0bf1961af0c6ef4d76e497
|
||||||
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