Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a0fed54e9 | ||
| c2603e8e89 |
@ -1,4 +1,6 @@
|
|||||||
FROM ruby:3.1-bullseye AS builder
|
# ruby:3.1-bullseye, pinned 2026-02-22
|
||||||
|
# (ruby:3.1-buster is EOL; bullseye is the supported equivalent)
|
||||||
|
FROM ruby@sha256:077cdae43603fc568f4c65a2558cb608299b84c93e88c0048e6f3bdf3fa138fd AS builder
|
||||||
|
|
||||||
RUN apt update && apt install -y \
|
RUN apt update && apt install -y \
|
||||||
bsdmainutils \
|
bsdmainutils \
|
||||||
@ -21,7 +23,8 @@ RUN cd /tmp && \
|
|||||||
rm node-v20.18.3-linux-x64.tar.xz
|
rm node-v20.18.3-linux-x64.tar.xz
|
||||||
|
|
||||||
RUN npm install -g yarn && \
|
RUN npm install -g yarn && \
|
||||||
yarn global add prettier
|
yarn global add prettier && \
|
||||||
|
npm install -g wrangler
|
||||||
|
|
||||||
ADD ./Gemfile* ./
|
ADD ./Gemfile* ./
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user