Skip to content

Commit

Permalink
Merge pull request #119 from htilly/dependabot/docker/node-23.5-slim
Browse files Browse the repository at this point in the history
Bump node from 23.4-slim to 23.5-slim
  • Loading branch information
htilly authored Dec 25, 2024
2 parents d2926ee + f48e8ac commit 99cce53
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,6 +1,6 @@
# Use the official Node.js image based on Alpine Linux
# The --platform flag is used here to make sure we use a multi-platform base image
FROM --platform=$TARGETPLATFORM node:23.4-slim AS base
FROM --platform=$TARGETPLATFORM node:23.5-slim AS base

# Update and install git (if needed for your application)
#RUN apk update && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-local
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official Node.js image based on Alpine Linux
# The --platform flag is used here to make sure we use a multi-platform base image
FROM --platform=$BUILDPLATFORM node:23.4-slim AS base
FROM --platform=$BUILDPLATFORM node:23.5-slim AS base

# Update and install git (if needed for your application)
#RUN apk update && \
Expand Down

0 comments on commit 99cce53

Please sign in to comment.