chore(deps): update nginx docker tag to v1.30.0 #209
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM amd64/nginx:1.29.8-alpine@sha256:d4e09bfbc6e3f3f3f7523f09f90d5d729ab8d758cc0bf1961af0c6ef4d76e497 as build
|
FROM amd64/nginx:1.30.0-alpine@sha256:d402d461fe2c2510abac96bfa06a4342f9978c7deec9618828f4ee7a4bd3e2e1 as build
|
||||||
|
|
||||||
RUN apk add --update \
|
RUN apk add --update \
|
||||||
wget
|
wget
|
||||||
@@ -13,7 +13,7 @@ COPY ./ /site
|
|||||||
WORKDIR /site
|
WORKDIR /site
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
FROM amd64/nginx:1.29.8-alpine@sha256:d4e09bfbc6e3f3f3f7523f09f90d5d729ab8d758cc0bf1961af0c6ef4d76e497
|
FROM amd64/nginx:1.30.0-alpine@sha256:d402d461fe2c2510abac96bfa06a4342f9978c7deec9618828f4ee7a4bd3e2e1
|
||||||
ADD default.conf /etc/nginx/conf.d/default.conf
|
ADD default.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY --from=build /site/public /usr/share/nginx/html
|
COPY --from=build /site/public /usr/share/nginx/html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user