Compare commits

...

2 commits

Author SHA1 Message Date
51638c66e6 changed docker image
Some checks failed
continuous-integration/woodpecker the build failed
2021-10-28 22:50:07 +02:00
8ab0139cb7 Revert "fixed Dockerfile"
This reverts commit 2771288401.
2021-10-28 22:49:36 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ pipeline:
- npm install
- npm run build:ssr
docker:
image: plugins/docker
image: techknowlogick/drone-docker
secrets:
- DOCKER_USERNAME
- DOCKER_PASSWORD
@ -17,7 +17,7 @@ pipeline:
event:
- push
cr:
image: plugins/docker
image: techknowlogick/drone-docker
secrets:
- source: CR_USERNAME
target: DOCKER_USERNAME

View file

@ -1,4 +1,4 @@
FROM alpine:3.14.2
FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
RUN apk --no-cache add nodejs="14.18.1-r0"