Skip to content

Commit

Permalink
Merge pull request #15 from trustrootsops/renovate/phusion-passenger-…
Browse files Browse the repository at this point in the history
…nodejs-2.x

Update phusion/passenger-nodejs Docker tag to v2.3.1
  • Loading branch information
chmac authored Sep 28, 2022
2 parents 18b3cd3 + 87d6b1e commit 4de5f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phusion/passenger-nodejs:2.3.0 as builder
FROM phusion/passenger-nodejs:2.3.1 as builder

# Install prerequisites
# https://docs.docker.com/engine/articles/dockerfile_best-practices/#apt-get
Expand Down Expand Up @@ -48,7 +48,7 @@ RUN npm run build:webpack
# Create the production container
# ------------------------------------------------------------------------------

FROM phusion/passenger-nodejs:2.3.0
FROM phusion/passenger-nodejs:2.3.1

# Enable nginx in the passenger container
RUN rm -f /etc/service/nginx/down
Expand Down

0 comments on commit 4de5f91

Please sign in to comment.