File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 44 tags :
55 - ' v*'
66
7+ permissions :
8+ contents : read
9+ id-token : write
10+
711jobs :
812 build :
913
3034 - run : |
3135 LATEST=$(npm show @unleash/proxy version)
3236 TAG=$(node scripts/npm-tag.js $LATEST)
33- npm publish --tag ${TAG:-latest}
34- env:
35- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37+ npm publish --provenance --tag ${TAG:-latest}
3638 - name : Mark package as deprecated on npm
3739 run : |
3840 VERSION="${GITHUB_REF_NAME#v}"
Original file line number Diff line number Diff line change 1- FROM node:20-alpine as builder
1+ FROM node:22.22-alpine3.23 AS builder
22
33WORKDIR /unleash-proxy
44
55COPY . .
66
77RUN corepack enable
88
9- ENV YARN_ENABLE_SCRIPTS= false
9+ ENV YARN_ENABLE_SCRIPTS false
1010
1111RUN yarn install --immutable
1212
1313RUN yarn build
1414
1515RUN yarn workspaces focus -A --production
1616
17- FROM node:20-alpine
17+ FROM node:22.22-alpine3.23
1818
1919# Upgrade (addresses OpenSSL CVE-2023-6237 && CVE-2024-2511)
2020RUN apk update && \
Original file line number Diff line number Diff line change 11{
22 "name" : " @unleash/proxy" ,
3- "version" : " 1.4.16 " ,
3+ "version" : " 1.4.17 " ,
44 "description" : " The Unleash Proxy (Open-Source)" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments