Skip to content

Commit

Permalink
Update Node.js to v20.11.1 (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 6a509fa commit 0977b7f
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 @@ -14,7 +14,7 @@ RUN GOOS=linux go build -ldflags "-X main.appVersion=${APP_VERSION} -X main.appC


### Build Next.js ###
FROM node:20.11.0 AS build-frontend
FROM node:20.11.1 AS build-frontend
WORKDIR /workdir
COPY client/ ./
RUN yarn install
Expand Down

0 comments on commit 0977b7f

Please sign in to comment.