We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4284aed + df13095 commit cea32e7Copy full SHA for cea32e7
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.15.2 as build
+FROM alpine:3.15.3 as build
2
ARG HUGO_VERSION=0.92.2
3
ENV HUGO_BINARY hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
4
RUN apk add --update wget ca-certificates && \
0 commit comments