We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce2d45 commit d9f5552Copy full SHA for d9f5552
2 files changed
lib/stack-service-base/stack_template/home/stack/Dockerfile.deploy
@@ -1,7 +1,7 @@
1
-FROM ruby:3.3.0-alpine3.19 as base
2
-RUN apk add docker-cli-buildx git parallel
3
-RUN gem install build-labels:0.0.70 dry-stack:0.1.51
4
-RUN apk add --no-cache openssh-client ca-certificates
+FROM ruby:3.4.4-slim-bookworm AS base
+RUN apt update && apt install -y --no-install-recommends openssh-client ca-certificates
+RUN gem install build-labels:0.0.75 dry-stack:0.1.53
+RUN install-docker-static
5
6
WORKDIR /build
7
RUN mkdir -p /root/.ssh && mkdir -pv /root/.ssh/sockets
lib/stack-service-base/version.rb
@@ -1,3 +1,3 @@
module StackServiceBase
- VERSION = '0.0.88'
+ VERSION = '0.0.89'
end
0 commit comments