Skip to content

Commit

Permalink
⬆️ Upgrade to alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
zigarn committed Sep 18, 2024
1 parent 128b218 commit 7aa9b9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
FROM alpine:3.19
FROM alpine:3.20

# Installs latest Chromium package.
RUN apk upgrade --no-cache --available \
&& apk add --no-cache \
chromium-swiftshader \
ttf-freefont \
font-noto-emoji \
&& apk add --no-cache \
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
font-wqy-zenhei

COPY local.conf /etc/fonts/local.conf
Expand Down

0 comments on commit 7aa9b9c

Please sign in to comment.