Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21 (#401)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.20 to 3.21

Bumps alpine from 3.20 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]>

* Bump chromium to v132

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marian Steinbach <[email protected]>
  • Loading branch information
dependabot[bot] and marians authored Jan 22, 2025
1 parent 828990b commit 59fb87a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45

# Find an eligible version at https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/
ARG CHROMIUM_VERSION=131.0.6778.108-r0
ARG CHROMIUM_VERSION=132.0.6834.83-r0

RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.20/community" >> /etc/apk/repositories && \
RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.21/community" >> /etc/apk/repositories && \
apk --update --no-cache add ca-certificates \
chromium=$CHROMIUM_VERSION \
chromium-chromedriver=$CHROMIUM_VERSION \
Expand Down

0 comments on commit 59fb87a

Please sign in to comment.