Skip to content

Commit 9d2dda0

Browse files
authored
Merge pull request #1402 from basecamp/fix-docker-build
Fix the docker build
2 parents 28be030 + b130bc0 commit 9d2dda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3-alpine
1+
FROM ruby:3.4-alpine
22

33
# Install docker/buildx-bin
44
COPY --from=docker/buildx-bin /buildx /usr/libexec/docker/cli-plugins/docker-buildx
@@ -13,7 +13,7 @@ COPY Gemfile Gemfile.lock kamal.gemspec ./
1313
COPY lib/kamal/version.rb /kamal/lib/kamal/version.rb
1414

1515
# Install system dependencies
16-
RUN apk add --no-cache build-base git docker openrc openssh-client-default \
16+
RUN apk add --no-cache build-base git docker openrc openssh-client-default yaml-dev \
1717
&& rc-update add docker boot \
1818
&& gem install bundler --version=2.4.3 \
1919
&& bundle install

0 commit comments

Comments
 (0)