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