Skip to content

Commit

Permalink
Merge pull request #201 from mathieu-benoit/dependabot/docker/app/alp…
Browse files Browse the repository at this point in the history
…ine-3.19.0

Bump alpine from 3.18.4 to 3.19.0 in /app
  • Loading branch information
mathieu-benoit authored Mar 4, 2024
2 parents 58144e3 + 7df1b81 commit 8b16bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.4 as build
FROM alpine:3.19.0 as build
ARG HUGO_VERSION=0.109.0
ENV HUGO_BINARY hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
RUN apk add --update wget ca-certificates && \
Expand Down

0 comments on commit 8b16bf0

Please sign in to comment.