chore(deps): update nginx:alpine docker digest to 848dc68
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM nginx:alpine@sha256:814a8e88df978ade80e584cc5b333144b9372a8e3c98872d07137dbf3b44d0e4 as build
|
FROM nginx:alpine@sha256:848dc68e75ce52eb703318c8121627a5aec1e24a85a1aad16545338fd3e7da4b 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:814a8e88df978ade80e584cc5b333144b9372a8e3c98872d07137dbf3b44d0e4
|
FROM nginx:alpine@sha256:848dc68e75ce52eb703318c8121627a5aec1e24a85a1aad16545338fd3e7da4b
|
||||||
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