Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent d3d420e commit 9363c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile.make
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local .
FROM golang:1.21-alpine as golang_image
FROM node:18-alpine
FROM node:20-alpine

RUN apk add --no-cache --update make gcc binutils-gold musl-dev && \
corepack enable
Expand Down

0 comments on commit 9363c62

Please sign in to comment.