Skip to content

Commit

Permalink
Merge pull request #26 from NBISweden/dependabot/docker/alpine-3.21
Browse files Browse the repository at this point in the history
Bump alpine from 3.17 to 3.21
  • Loading branch information
darthvader2 authored Dec 12, 2024
2 parents 2e82204 + c0e081e commit b0d0034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV GO111MODULE=on
ENV CGO_ENABLED=0
RUN go build -o app .

FROM alpine:3.17
FROM alpine:3.21
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
RUN wget https://github.com/CloudCannon/pagefind/releases/download/v1.1.0/pagefind-v1.1.0-x86_64-unknown-linux-musl.tar.gz && \
tar -xvf pagefind-v1.1.0-x86_64-unknown-linux-musl.tar.gz && \
Expand Down

0 comments on commit b0d0034

Please sign in to comment.