Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #614 from zalando/allowed_images
Browse files Browse the repository at this point in the history
allowed base image
  • Loading branch information
scherniavsky authored Feb 11, 2021
2 parents c12c492 + 091bfb1 commit 25e001b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM registry.opensource.zalan.do/stups/node:12.16.1-50

RUN apt-get update && apt-get dist-upgrade -y
FROM registry.opensource.zalan.do/library/node-12.20-alpine:latest

ENV ZAPPR_HOME /opt/zappr
ENV ZAPPR_CONFIG $ZAPPR_HOME/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_steps:
- desc: Build
cmd: |
function npm {
docker run -i --rm -v "$(pwd):/workspace" -w /workspace registry.opensource.zalan.do/stups/node:latest npm "$@"
docker run -i --rm -v "$(pwd):/workspace" -w /workspace registry.opensource.zalan.do/library/node-12.20-alpine:latest npm "$@"
}
npm install --no-optional
Expand Down

0 comments on commit 25e001b

Please sign in to comment.