chore(deps): update nginx:1.29.4-alpine docker digest to 79143ff (#180)
This commit was merged in pull request #180.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM amd64/nginx:1.29.4-alpine@sha256:989bc942e26cb0ab099b3aea469ff7000ced1888c479c2040c289f93d854be97 as build
|
||||
FROM amd64/nginx:1.29.4-alpine@sha256:79143ff06fa3f88a8aebfb7198ca6ae78fbd9e4212658c033295cb964e1851a9 as build
|
||||
|
||||
RUN apk add --update \
|
||||
wget
|
||||
@@ -13,7 +13,7 @@ COPY ./ /site
|
||||
WORKDIR /site
|
||||
RUN hugo
|
||||
|
||||
FROM amd64/nginx:1.29.4-alpine@sha256:989bc942e26cb0ab099b3aea469ff7000ced1888c479c2040c289f93d854be97
|
||||
FROM amd64/nginx:1.29.4-alpine@sha256:79143ff06fa3f88a8aebfb7198ca6ae78fbd9e4212658c033295cb964e1851a9
|
||||
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