Skip to content

Commit

Permalink
chore: Upgrade Alpine Chromium package to version 111.0.5563.64-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Mar 8, 2023
1 parent 4e56da0 commit 681d5da
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
Expand Up @@ -18,12 +18,12 @@ FROM alpine:3.15.0

LABEL org.opencontainers.image.source="https://github.com/astefanutti/decktape"

ARG CHROMIUM_VERSION=109.0.5414.74-r0
ARG CHROMIUM_VERSION=111.0.5563.64-r0
ENV TERM xterm-color

RUN <<EOF cat > /etc/apk/repositories
http://dl-cdn.alpinelinux.org/alpine/v3.17/main
http://dl-cdn.alpinelinux.org/alpine/v3.17/community
http://dl-cdn.alpinelinux.org/alpine/edge/main
http://dl-cdn.alpinelinux.org/alpine/edge/community
http://dl-cdn.alpinelinux.org/alpine/edge/testing
EOF

Expand Down

0 comments on commit 681d5da

Please sign in to comment.