Skip to content

Commit

Permalink
Merge pull request #114 from htilly/dependabot/docker/node-23.3-slim
Browse files Browse the repository at this point in the history
Bump node from 23.1-slim to 23.3-slim
  • Loading branch information
htilly authored Dec 3, 2024
2 parents 4a7e76b + fed2b46 commit 6f823b7
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.1-slim AS base
FROM --platform=$TARGETPLATFORM node:23.3-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.1-slim AS base
FROM --platform=$BUILDPLATFORM node:23.3-slim AS base

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

0 comments on commit 6f823b7

Please sign in to comment.