Merge branch 'renovate/nginx-1.29.2-alpine' into 'master'
chore(deps): update nginx:1.29.2-alpine docker digest to d4c57e1 See merge request unboundsoftware/unbound-site!151
This commit was merged in pull request #154.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM amd64/nginx:1.29.2-alpine@sha256:cfb90b7bd6f7e07282cce406f07eb1ae151b1f8735916da5e43bb45d7214d923 as build
|
||||
FROM amd64/nginx:1.29.2-alpine@sha256:d4c57e1fe7d48bd6ec006fbc26e1b45d4ff294f46e8e5414fb065455eace6d0c as build
|
||||
|
||||
RUN apk add --update \
|
||||
wget
|
||||
@@ -13,7 +13,7 @@ COPY ./ /site
|
||||
WORKDIR /site
|
||||
RUN hugo
|
||||
|
||||
FROM amd64/nginx:1.29.2-alpine@sha256:cfb90b7bd6f7e07282cce406f07eb1ae151b1f8735916da5e43bb45d7214d923
|
||||
FROM amd64/nginx:1.29.2-alpine@sha256:d4c57e1fe7d48bd6ec006fbc26e1b45d4ff294f46e8e5414fb065455eace6d0c
|
||||
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