Skip to content

Commit

Permalink
Merge pull request #109 from htilly/dependabot/docker/node-23.1-slim
Browse files Browse the repository at this point in the history
Bump node from 22.9-slim to 23.1-slim
  • Loading branch information
htilly authored Oct 30, 2024
2 parents b64a393 + c0f78ed commit 8014068
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:22.9-slim AS base
FROM --platform=$TARGETPLATFORM node:23.1-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:22.9-slim AS base
FROM --platform=$BUILDPLATFORM node:23.1-slim AS base

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

0 comments on commit 8014068

Please sign in to comment.