chore(deps): update nginx docker tag to v1.29.4
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/nginx:1.29.3-alpine@sha256:27d0e89761e9ed9010a6f6ef55d2f7d5bee30e5070fc8775ab1a6ff0da197eaa as build
|
FROM amd64/nginx:1.29.4-alpine@sha256:2c6616f31eccc84f444d3f1b7b0e09f761e6d079b354e099bc4c4924ba5c8c65 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.3-alpine@sha256:27d0e89761e9ed9010a6f6ef55d2f7d5bee30e5070fc8775ab1a6ff0da197eaa
|
FROM amd64/nginx:1.29.4-alpine@sha256:2c6616f31eccc84f444d3f1b7b0e09f761e6d079b354e099bc4c4924ba5c8c65
|
||||||
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