chore(deps): update nginx docker tag to v1.29.6 (#197)
This commit was merged in pull request #197.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM amd64/nginx:1.29.5-alpine@sha256:1583242da12cbcc3085be6977270479d6a7ebfc9233e7fe06fba7013c7ba53d1 as build
|
||||
FROM amd64/nginx:1.29.6-alpine@sha256:f85297f318059b55ded2b676527d9d7ceddf5cfae56e6e974e8604bbf2a6126a as build
|
||||
|
||||
RUN apk add --update \
|
||||
wget
|
||||
@@ -13,7 +13,7 @@ COPY ./ /site
|
||||
WORKDIR /site
|
||||
RUN hugo
|
||||
|
||||
FROM amd64/nginx:1.29.5-alpine@sha256:1583242da12cbcc3085be6977270479d6a7ebfc9233e7fe06fba7013c7ba53d1
|
||||
FROM amd64/nginx:1.29.6-alpine@sha256:f85297f318059b55ded2b676527d9d7ceddf5cfae56e6e974e8604bbf2a6126a
|
||||
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