Compare commits

..

12 Commits

Author SHA1 Message Date
Natty c28254b222
Build things before user is modified
ci/woodpecker/push/ociImagePush Pipeline was successful Details
2023-11-05 22:43:07 +01:00
Natty 0073eaa169
Build things before user is modified
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 22:41:30 +01:00
Natty 74c9d3b5e3
Install pnpm deps at the beginning
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 22:36:09 +01:00
Natty 8b83350651
Enable Corepack and pnpm at the beginning
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 22:21:15 +01:00
Natty 739ebdd511
Fixed the Dockerfile structure
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 21:54:55 +01:00
Natty 3e8afeee62
Install Corepack from NPM
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 21:22:37 +01:00
Natty 2a0bbb59c6
AAAAAAAAAAAAA
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 21:12:33 +01:00
Natty c7d1ce7ff5
Newer base image
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 21:11:07 +01:00
Natty b7c6d3810a
Missed an APT update
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 20:58:25 +01:00
Natty b386d4618c
Boop
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 20:56:32 +01:00
Natty a814e9dae7
Fixed the Dockerfile
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 20:50:00 +01:00
Natty 77966076ec
Fixed the Dockerfile
ci/woodpecker/push/ociImagePush Pipeline failed Details
2023-11-05 20:48:13 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RUN adduser \
--uid "${UID}" \
"${USER}"
FROM docker.io/debian:bookworm-slim
FROM docker.io/debian:bullseye-slim
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt