Skip to content

Commit

Permalink
Merge pull request #7 from inductor/renovate/node-18.x
Browse files Browse the repository at this point in the history
Update Node.js to v18.16.0
  • Loading branch information
inductor authored Apr 14, 2023
2 parents 9347e5c + dc47063 commit 749bcaf
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.15.0-alpine AS node
FROM node:18.16.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 749bcaf

Please sign in to comment.