Updated Alpine in Dockerfile
ci/woodpecker/tag/ociImageTag Pipeline was successful Details

This commit is contained in:
Natty 2024-11-15 21:12:13 +01:00
parent bc5d85d6d4
commit 53149858e9
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
## Install dev and compilation dependencies, build files
FROM alpine:3.18 as build
FROM alpine:3.20 as build
WORKDIR /calckey
# Install compilation dependencies
@ -20,7 +20,7 @@ RUN env NODE_ENV=production sh -c "pnpm run build"
RUN pnpm i --prod --frozen-lockfile
## Runtime container
FROM alpine:3.18
FROM alpine:3.20
WORKDIR /calckey
# Install runtime dependencies

View File

@ -6,7 +6,7 @@
"type": "git",
"url": "https://git.astolfo.cool/natty/calckey"
},
"packageManager": "pnpm@8.6.3+sha512.d18e277ae8072091046bccbca0931f77dc3080791cd6122ae890bf504125d8af76b37fb33da287dba9fbbb6da6ebb13e314e9fa4a464c7effe3d8599cebe7243",
"packageManager": "pnpm@9.1.2",
"private": true,
"scripts": {
"rebuild": "pnpm run clean && pnpm node ./scripts/build-greet.js && pnpm -r run build",