Skip to content

Commit

Permalink
Bump node from 20-bookworm to 22-bookworm
Browse files Browse the repository at this point in the history
Bumps node from 20-bookworm to 22-bookworm.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent fa8d432 commit 34fd935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
#
# Builder image for the TS pipeline
#
FROM node:20-bookworm AS tsbuilder
FROM node:22-bookworm AS tsbuilder
COPY package.json /var/www/aplus/package.json
COPY typescript /var/www/aplus/typescript/
WORKDIR /var/www/aplus/
Expand Down

0 comments on commit 34fd935

Please sign in to comment.