Skip to content

Commit

Permalink
Update Node.js to v22.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 30, 2024
1 parent 97a9bef commit a7e30ab
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.9.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.9.0-alpine3.19

WORKDIR /web/

Expand Down

0 comments on commit a7e30ab

Please sign in to comment.