We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e70560 + 0556533 commit 1900378Copy full SHA for 1900378
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3-alpine3.19 as builder
+FROM ruby:3-alpine3.20 as builder
2
3
COPY Gemfile ./
4
@@ -8,7 +8,7 @@ RUN apk add --update --no-cache make ruby-dev gcc musl-dev && \
8
apk del gcc make musl-dev ruby-dev && \
9
rm -rf /usr/local/bundle/cache /root/.bundle
10
11
-FROM ruby:3-alpine3.19
+FROM ruby:3-alpine3.20
12
13
# Metadata params
14
ARG VCS_REF
docker/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
-gem 'capistrano', '3.17.1'
+gem 'capistrano', '3.18.1'
gem 'capistrano-symfony', '~> 2.0.0'
5
# For SSH to work on some machines
6
-gem 'ed25519', '~> 1.2'
7
-gem 'bcrypt_pbkdf', '~> 1.0'
+gem 'ed25519', '~> 1.3'
+gem 'bcrypt_pbkdf', '~> 1.1'
0 commit comments