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 28be030 + b130bc0 commit 9d2dda0Copy full SHA for 9d2dda0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3.3-alpine
+FROM ruby:3.4-alpine
2
3
# Install docker/buildx-bin
4
COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx
@@ -13,7 +13,7 @@ COPY Gemfile Gemfile.lock kamal.gemspec ./
13
COPY lib/kamal/version.rb /kamal/lib/kamal/version.rb
14
15
# Install system dependencies
16
-RUN apk add --no-cache build-base git docker openrc openssh-client-default \
+RUN apk add --no-cache build-base git docker openrc openssh-client-default yaml-dev \
17
&& rc-update add docker boot \
18
&& gem install bundler --version=2.4.3 \
19
&& bundle install
0 commit comments