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 Aug 10, 2023
1 parent 9e1cf97 commit a6600d0
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 @@ -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.5.1-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 a6600d0

Please sign in to comment.