Skip to content

Commit

Permalink
Bump alpine from 3.17 to 3.21
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent b915a98 commit c0e081e
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 c0e081e

Please sign in to comment.