Skip to content

Commit 1900378

Browse files
committed
Merge branch 'main' into symfony
2 parents 8e70560 + 0556533 commit 1900378

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3-alpine3.19 as builder
1+
FROM ruby:3-alpine3.20 as builder
22

33
COPY Gemfile ./
44

@@ -8,7 +8,7 @@ RUN apk add --update --no-cache make ruby-dev gcc musl-dev && \
88
apk del gcc make musl-dev ruby-dev && \
99
rm -rf /usr/local/bundle/cache /root/.bundle
1010

11-
FROM ruby:3-alpine3.19
11+
FROM ruby:3-alpine3.20
1212

1313
# Metadata params
1414
ARG VCS_REF

docker/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gem 'capistrano', '3.17.1'
3+
gem 'capistrano', '3.18.1'
44
gem 'capistrano-symfony', '~> 2.0.0'
55
# For SSH to work on some machines
6-
gem 'ed25519', '~> 1.2'
7-
gem 'bcrypt_pbkdf', '~> 1.0'
6+
gem 'ed25519', '~> 1.3'
7+
gem 'bcrypt_pbkdf', '~> 1.1'

0 commit comments

Comments
 (0)