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 install
- npm run build:ssr - npm run build:ssr
docker: docker:
image: plugins/docker image: techknowlogick/drone-docker
secrets: secrets:
- DOCKER_USERNAME - DOCKER_USERNAME
- DOCKER_PASSWORD - DOCKER_PASSWORD
@ -17,7 +17,7 @@ pipeline:
event: event:
- push - push
cr: cr:
image: plugins/docker image: techknowlogick/drone-docker
secrets: secrets:
- source: CR_USERNAME - source: CR_USERNAME
target: DOCKER_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" RUN apk --no-cache add nodejs="14.18.1-r0"