Skip to content

Commit d9f5552

Browse files
committed
update
1 parent cce2d45 commit d9f5552

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/stack-service-base/stack_template/home/stack/Dockerfile.deploy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
FROM ruby:3.4.4-slim-bookworm AS base
2+
RUN apt update && apt install -y --no-install-recommends openssh-client ca-certificates
3+
RUN gem install build-labels:0.0.75 dry-stack:0.1.53
4+
RUN install-docker-static
55

66
WORKDIR /build
77
RUN mkdir -p /root/.ssh && mkdir -pv /root/.ssh/sockets

lib/stack-service-base/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StackServiceBase
2-
VERSION = '0.0.88'
2+
VERSION = '0.0.89'
33
end

0 commit comments

Comments
 (0)