Skip to content

Commit

Permalink
Merge pull request #1564 from dodona-edu/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22.10.0
  • Loading branch information
renovate[bot] authored Oct 21, 2024
2 parents 78645c1 + c32e61e commit 29903e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.2.0-alpine3.19
FROM node:22.10.0-alpine3.19
ARG dolos_version=2.7.1

LABEL org.opencontainers.image.source https://github.com/dodona-edu/dolos
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.8.0-alpine3.19
FROM node:22.10.0-alpine3.19

WORKDIR /web/

Expand Down

0 comments on commit 29903e1

Please sign in to comment.