Skip to content

Commit

Permalink
chore: update Docker image dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpozzi committed Jun 30, 2023
1 parent 177c745 commit 12a128f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ references:
defaults: &defaults
working_directory: ~/server-side-renderer
machine:
image: ubuntu-2004:202107-02
image: ubuntu-2204:2022.10.2
docker_layer_caching: true

jobs:
Expand Down
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ FROM node:18.16.0-slim as dev
# hadolint ignore=DL4006,DL3015
RUN apt-get update \
&& apt-get install -y \
wget=1.21-1+deb11u1 \
gnupg=2.2.27-2+deb11u2 \
wget=1.21.3-1+b2 \
gnupg=2.2.40-1.1 \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update \
&& apt-get install -y \
procps=2:3.3.17-5 \
google-chrome-stable=113.0.5672.126-1 \
fonts-ipafont-gothic=00303-21 \
procps=2:4.0.2-3 \
google-chrome-stable=114.0.5735.198-1 \
fonts-ipafont-gothic=00303-23 \
fonts-wqy-zenhei=0.9.45-8 \
fonts-thai-tlwg=1:0.7.2-1 \
fonts-thai-tlwg=1:0.7.3-1 \
fonts-kacst=2.01+mry-15 \
fonts-freefont-ttf=20120503-10 \
libxss1=1:1.2.3-1 \
Expand Down

0 comments on commit 12a128f

Please sign in to comment.