chore(deps): update nginx docker tag to v1.29.0
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM amd64/nginx:1.28.0-alpine@sha256:2c9dc3bbe95a9025b10400485a4a3b573d1507e54941ebe77dd68226ad554ddc as build
|
||||
FROM amd64/nginx:1.29.0-alpine@sha256:b2a9b81bba76127d75e31def231276bfc9121c847cb6515c962d027366dafb78 as build
|
||||
|
||||
RUN apk add --update \
|
||||
wget
|
||||
@@ -13,7 +13,7 @@ COPY ./ /site
|
||||
WORKDIR /site
|
||||
RUN hugo
|
||||
|
||||
FROM amd64/nginx:1.28.0-alpine@sha256:2c9dc3bbe95a9025b10400485a4a3b573d1507e54941ebe77dd68226ad554ddc
|
||||
FROM amd64/nginx:1.29.0-alpine@sha256:b2a9b81bba76127d75e31def231276bfc9121c847cb6515c962d027366dafb78
|
||||
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