Skip to content

Commit

Permalink
Merge pull request #137 from sjinks/renovate/node-lts-alpine
Browse files Browse the repository at this point in the history
chore(deps): update node:lts-alpine docker digest to 291e84d
  • Loading branch information
sjinks authored May 11, 2024
2 parents 70b0c10 + 54e5e4a commit 283877a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine@sha256:7a91aa397f2e2dfbfcdad2e2d72599f374e0b0172be1d86eeb73f1d33f36a4b2
FROM node:lts-alpine@sha256:291e84d956f1aff38454bbd3da38941461ad569a185c20aa289f71f37ea08e23
RUN apk --no-cache -U upgrade && apk add --no-cache python3 make g++
WORKDIR /usr/src/app
VOLUME /usr/src/app

0 comments on commit 283877a

Please sign in to comment.