Skip to content

Commit

Permalink
Merge pull request #280 from ral-facilities/update-docker-node-20.11
Browse files Browse the repository at this point in the history
Update dockerfile node base image to 20.11-alpine3.19
  • Loading branch information
joelvdavies authored Jan 29, 2024
2 parents 6d217e4 + 286aaff commit 7aa88f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify a base image
FROM node:19.2-alpine3.15
FROM node:20.11-alpine3.19

# Set the working directory
WORKDIR /inventory-management-system-run
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to build and serve inventory management system

# Build stage
FROM node:18.12-alpine3.15 as builder
FROM node:20.11-alpine3.19 as builder

WORKDIR /inventory-management-system-build

Expand Down

0 comments on commit 7aa88f3

Please sign in to comment.