Skip to content

Commit

Permalink
bump node image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky committed Sep 18, 2024
1 parent 8e210c5 commit 8e937d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion express-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Base #
#############################################
# Use an official Node.js runtime as a base image
FROM node:21.6-bullseye-slim as base
FROM node:22.9-bullseye-slim as base

# Set the working directory in the container
WORKDIR /express-api
Expand Down
2 changes: 1 addition & 1 deletion react-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################
# Base Build #
#############################################
FROM node:18.17.1-bullseye-slim as base
FROM node:22.9-bullseye-slim as base

# Set the working directory to /app
WORKDIR /app
Expand Down

0 comments on commit 8e937d3

Please sign in to comment.