Skip to content

Commit

Permalink
fix: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Dec 16, 2024
1 parent 8d3c2bc commit a6d77d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21-bullseye-slim as base
FROM node:22-bullseye-slim as base
WORKDIR /code
COPY package.json ./
RUN yarn install --immutable --immutable-cache
Expand Down

0 comments on commit a6d77d7

Please sign in to comment.