Skip to content

Commit

Permalink
Update Node.js to v18.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 9e1cf97 commit 2a8a9e7
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:18.20.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 2a8a9e7

Please sign in to comment.