Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 57ae94e

Browse files
author
Mathieu Benoit
authored
Merge pull request #60 from mathieu-benoit/dependabot/docker/alpine-3.16.1
Bump alpine from 3.16.0 to 3.16.1
2 parents d35c333 + e0b73bf commit 57ae94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16.0 as build
1+
FROM alpine:3.16.1 as build
22
ARG HUGO_VERSION=0.101.0
33
ENV HUGO_BINARY hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
44
RUN apk add --update wget ca-certificates && \

0 commit comments

Comments
 (0)