Skip to content

Commit eac40e8

Browse files
committed
update
1 parent d9f5552 commit eac40e8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stack-service-base (0.0.88)
4+
stack-service-base (0.0.90)
55
async
66
debug
77
dotenv

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM ruby:3.4.4-slim-bookworm AS base
22
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
3+
RUN gem install build-labels:0.0.76 dry-stack:0.1.53
4+
RUN install-docker-static # 28
55

66
WORKDIR /build
77
RUN mkdir -p /root/.ssh && mkdir -pv /root/.ssh/sockets
8-
RUN echo -e 'Host *\n\tControlPersist yes\n\tControlMaster auto\n\tControlPath /root/.ssh/sockets/%r@%h-%p\n\tBatchMode yes\n\tStrictHostKeyChecking no\n\tPort 22' > ~/.ssh/config
8+
RUN printf 'Host *\n\tControlPersist yes\n\tControlMaster auto\n\tControlPath /root/.ssh/sockets/%%r@%%h-%%p\n\tBatchMode yes\n\tStrictHostKeyChecking no\n\tPort 22\n' > /root/.ssh/config
99
ADD . .
1010

1111
CMD ["sh", "-c", "\

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.89'
2+
VERSION = '0.0.90'
33
end

0 commit comments

Comments
 (0)