Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Node.js to v20
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 4, 2024
1 parent 9e1cf97 commit e03a0ce
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
@@ -8,7 +8,7 @@ RUN set -x && \
wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz && \
tar xzf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz

FROM node:18.16.0-alpine AS node
FROM node:20.18.0-alpine AS node
RUN apk add --update git
RUN npm install --production -g firebase-tools
COPY --link --from=hugo-build /var/hugo /usr/bin/hugo

0 comments on commit e03a0ce

Please sign in to comment.