Skip to content

Commit

Permalink
Merge pull request #151 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 df01469
  • Loading branch information
sjinks authored Jun 30, 2024
2 parents ba6af4e + 7f703d5 commit 25393d2
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:804aa6a6476a7e2a5df8db28804aa6c1c97904eefb01deed5d6af24bb51d0c81
FROM node:lts-alpine@sha256:df01469346db2bf1cfc1f7261aeab86b2960efa840fe2bd46d83ff339f463665
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 25393d2

Please sign in to comment.