File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 22.17 .0
1
+ 22.16 .0
Original file line number Diff line number Diff line change 1
- 3.4.1
1
+ 3.4.6
Original file line number Diff line number Diff line change 1
- ARG ALPINE_VERSION=3.21
2
- ARG RUBY_VERSION=3.4.1
1
+ ARG ALPINE_VERSION=3.22
2
+ ARG RUBY_VERSION=3.4.6
3
3
4
- ARG DOCKER_IMAGE_DIGEST=sha256:e5c30595c6a322bc3fbaacd5e35d698a6b9e6d1079ab0af09ffe52f5816aec3b
4
+ ARG DOCKER_IMAGE_DIGEST=sha256:d594d5debffa14c591c4fe03b9d0d79cdc28f30d594f47be748e642746057fec
5
5
6
6
FROM ruby:${RUBY_VERSION}-alpine${ALPINE_VERSION}@${DOCKER_IMAGE_DIGEST} AS base
7
7
ARG NODEJS_VERSION=22
@@ -13,7 +13,7 @@ WORKDIR /app
13
13
14
14
RUN apk update
15
15
RUN apk upgrade --available
16
- RUN apk add libc6-compat openssl-dev build-base libpq-dev nodejs=~${NODEJS_VERSION} npm git
16
+ RUN apk add libc6-compat openssl-dev build-base libpq-dev nodejs=~${NODEJS_VERSION} npm git yaml-dev
17
17
RUN adduser -D ruby
18
18
RUN mkdir /node_modules && chown ruby:ruby -R /node_modules /app
19
19
Original file line number Diff line number Diff line change @@ -759,7 +759,7 @@ CHECKSUMS
759
759
zeitwerk (2.7.3) sha256=b2e86b4a9b57d26ba68a15230dcc7fe6f040f06831ce64417b0621ad96ba3e85
760
760
761
761
RUBY VERSION
762
- ruby 3.4.1p0
762
+ ruby 3.4.6p54
763
763
764
764
BUNDLED WITH
765
765
2.7.1
You can’t perform that action at this time.
0 commit comments