Skip to content

Commit

Permalink
Bump node from 22.6.0-slim to 22.10.0-slim (#5560)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k authored Oct 18, 2024
1 parent a58bd6b commit dc912ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1
FROM node:22.6.0-slim AS dependencies
FROM node:22.10.0-slim AS dependencies
WORKDIR /usr/src
ARG CI
RUN --mount=type=cache,target=/var/cache/apt \
Expand Down

0 comments on commit dc912ba

Please sign in to comment.