chore(deps): update nginx:alpine docker digest to 9b460c5
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM nginx:alpine@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4 as build
|
FROM nginx:alpine@sha256:9b460c5ee96333b43a92df16351e150af717ad6522101e52d05d255cd7241064 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 nginx:alpine@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4
|
FROM nginx:alpine@sha256:9b460c5ee96333b43a92df16351e150af717ad6522101e52d05d255cd7241064
|
||||||
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