File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Docker Image
2+
13on :
24 pull_request :
35 push :
2729 image_name : ' chartcuterie'
2830 platforms : linux/${{ matrix.platform }}
2931 dockerfile_path : ' ./Dockerfile'
30- ghcr : true
32+ ghcr : ${{ github.event_name != 'pull_request' }}
3133 tag_suffix : -${{ matrix.platform }}
3234 publish_on_pr : true
3335 google_ar : false
Original file line number Diff line number Diff line change 1- FROM node:20.19.5-bullseye AS builder
1+ FROM node:20.19.5-bookworm AS builder
22
33COPY package.json yarn.lock .
44RUN yarn install --frozen-lockfile
@@ -7,14 +7,15 @@ COPY tsconfig.json .
77COPY src src
88RUN yarn build
99
10- FROM node:20.19.5-bullseye -slim
10+ FROM node:20.19.5-bookworm -slim
1111
1212ENV NODE_ENV=production
1313
1414RUN apt-get update && apt-get install -y --no-install-recommends \
1515 build-essential \
1616 libcairo2-dev \
1717 libpango1.0-dev \
18+ libpangocairo-1.0-0 \
1819 libjpeg-dev \
1920 libgif-dev \
2021 librsvg2-dev \
You can’t perform that action at this time.
0 commit comments