Skip to content

Commit

Permalink
Update Dockerfile - Lets try rollback to lts-alpine (#1342)
Browse files Browse the repository at this point in the history
Lets try rollback to lts-alpine, alpine 3.18 will be end of life in 6 months.

Co-authored-by: Robert Phair <[email protected]>
  • Loading branch information
os11k and rphair authored Oct 16, 2024
1 parent fff21e3 commit 8f143ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/yarn-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine3.18
FROM node:lts-alpine

RUN apk add --no-cache git
RUN npm i -g --force yarn
Expand Down

0 comments on commit 8f143ac

Please sign in to comment.