update 4.4.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-10-11 20:43:11 +03:00
parent b460b61375
commit 2f25a1ba0a
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
2 changed files with 5 additions and 4 deletions

View File

@ -13,7 +13,7 @@ image_pull_secrets:
services: services:
- name: docker - name: docker
# https://hub.docker.com/r/library/docker # https://hub.docker.com/r/library/docker
image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20 image: hub.docker.struchkov.dev/docker:27.3.1-dind-alpine3.20
privileged: true privileged: true
volumes: volumes:
- name: dockersock - name: dockersock
@ -65,7 +65,7 @@ volumes:
services: services:
- name: docker - name: docker
# https://hub.docker.com/r/library/docker # https://hub.docker.com/r/library/docker
image: hub.docker.struchkov.dev/docker:27.1.2-dind-alpine3.20 image: hub.docker.struchkov.dev/docker:27.3.1-dind-alpine3.20
privileged: true privileged: true
volumes: volumes:
- name: dockersock - name: dockersock
@ -95,6 +95,6 @@ steps:
# drone sign --save DockerFiles/quartz # drone sign --save DockerFiles/quartz
--- ---
kind: signature kind: signature
hmac: 27395716fe77ffcb190d0c6cbbc867ede272b3a79ee25dc23672f24459054b22 hmac: e9c189beaff93f08b6126416d28bbf1bef7675454c8fa5338fcbb28397c0c538
... ...

View File

@ -14,7 +14,8 @@ RUN apk update && apk add --no-cache \
findutils \ findutils \
bash \ bash \
git \ git \
openssh-client openssh-client \
coreutils
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/ /usr/src/app/ COPY --from=builder /usr/src/app/ /usr/src/app/