Skip to content

Commit

Permalink
Merge pull request #459 from buildkite-plugins/renovate/node-lts-alpine
Browse files Browse the repository at this point in the history
Update Node.js to ca5d399
  • Loading branch information
toote authored Apr 21, 2023
2 parents 7e1ac17 + 8d051a8 commit 4326797
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
@@ -1,4 +1,4 @@
FROM node:lts-alpine@sha256:47d97b93629d9461d64197773966cc49081cf4463b1b07de5a38b6bd5acfbe9d as base
FROM node:lts-alpine@sha256:ca5d399560a9d239cbfa28eec00417f1505e5e108f3ec6938d230767eaa81f61 as base
WORKDIR /src
ENV PATH=$PATH:/src/bin PLUGIN_PATH=/plugin
ADD . /src/
Expand Down

0 comments on commit 4326797

Please sign in to comment.