Skip to content

Commit

Permalink
Merge pull request #274 from Southclaws/renovate/major-all-other-depe…
Browse files Browse the repository at this point in the history
…ndencies

Update Node.js to v22
  • Loading branch information
Southclaws authored Nov 9, 2024
2 parents 2c485a7 + 7f17246 commit 3a0c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ADD ./Taskfile.yml .

RUN CGO_ENABLED=0 GOOS=linux go build ./cmd/backend

FROM node:20-alpine AS base
FROM node:22-alpine AS base

#
# DEPENDENCIES LAYER
Expand Down

0 comments on commit 3a0c333

Please sign in to comment.