chore(deps): update nginx docker tag to v1.29.2
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM amd64/nginx:1.29.1-alpine@sha256:cb7f87a9d4da823e752a37b63d93f8090c00ac45abe3b0f723498cf71d1bf680 as build
|
||||
FROM amd64/nginx:1.29.2-alpine@sha256:cfb90b7bd6f7e07282cce406f07eb1ae151b1f8735916da5e43bb45d7214d923 as build
|
||||
|
||||
RUN apk add --update \
|
||||
wget
|
||||
@@ -13,7 +13,7 @@ COPY ./ /site
|
||||
WORKDIR /site
|
||||
RUN hugo
|
||||
|
||||
FROM amd64/nginx:1.29.1-alpine@sha256:cb7f87a9d4da823e752a37b63d93f8090c00ac45abe3b0f723498cf71d1bf680
|
||||
FROM amd64/nginx:1.29.2-alpine@sha256:cfb90b7bd6f7e07282cce406f07eb1ae151b1f8735916da5e43bb45d7214d923
|
||||
ADD default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /site/public /usr/share/nginx/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user