Skip to content

Commit

Permalink
chore(deps): update node docker tag to v22 (dockerfile)
Browse files Browse the repository at this point in the history
  • Loading branch information
IK Renovate Bot committed Apr 27, 2024
1 parent 27d2709 commit 4856e2d
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
Expand Up @@ -10,7 +10,7 @@
# https://hub.docker.com/r/hashicorp/terraform
FROM hashicorp/terraform:1.2.9 as terraform
# https://hub.docker.com/_/node?tab=tags&page=2&name=17
FROM node:20-alpine AS node
FROM node:22-alpine AS node

FROM alpine:3.16

Expand Down

0 comments on commit 4856e2d

Please sign in to comment.