Skip to content

Commit

Permalink
Merge pull request #1384 from ral-facilities/renovate/node-20.11.1-al…
Browse files Browse the repository at this point in the history
…pine3.18

Update Node.js to 8765147
  • Loading branch information
VKTB authored Mar 22, 2024
2 parents e9fb966 + f73de21 commit 3ddfd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to build and serve scigateway

# Build stage
FROM node:20.11.1-alpine3.18@sha256:a02826c7340c37a29179152723190bcc3044f933c925f3c2d78abb20f794de3f as builder
FROM node:20.11.1-alpine3.19@sha256:bf77dc26e48ea95fca9d1aceb5acfa69d2e546b765ec2abfb502975f1a2d4def as builder

WORKDIR /scigateway-build

Expand All @@ -24,7 +24,7 @@ COPY docker/settings.json public/settings.json
RUN yarn build

# Run stage
FROM httpd:2.4.53-alpine3.15@sha256:4eb4177b9245c686696dd8120c79cd64b7632b27d890db4cad3b0e844ed737af
FROM httpd:2.4.58-alpine3.19@sha256:92535cf7f151901ba91b04186292c3bd5bf82aa6ffa6eb7bc405fefbffedd480

WORKDIR /usr/local/apache2/htdocs

Expand Down

0 comments on commit 3ddfd80

Please sign in to comment.