Skip to content

Commit

Permalink
Merge pull request #131 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 7e22729
  • Loading branch information
sjinks authored Apr 10, 2024
2 parents c738e7b + 4b8e182 commit 7b4aa72
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:bf77dc26e48ea95fca9d1aceb5acfa69d2e546b765ec2abfb502975f1a2d4def
FROM node:lts-alpine@sha256:7e227295e96f5b00aa79555ae166f50610940d888fc2e321cf36304cbd17d7d6
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 7b4aa72

Please sign in to comment.