This commit is contained in:
parent
b460b61375
commit
2f25a1ba0a
@ -13,7 +13,7 @@ image_pull_secrets:
|
||||
services:
|
||||
- name: 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
|
||||
volumes:
|
||||
- name: dockersock
|
||||
@ -65,7 +65,7 @@ volumes:
|
||||
services:
|
||||
- name: 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
|
||||
volumes:
|
||||
- name: dockersock
|
||||
@ -95,6 +95,6 @@ steps:
|
||||
# drone sign --save DockerFiles/quartz
|
||||
---
|
||||
kind: signature
|
||||
hmac: 27395716fe77ffcb190d0c6cbbc867ede272b3a79ee25dc23672f24459054b22
|
||||
hmac: e9c189beaff93f08b6126416d28bbf1bef7675454c8fa5338fcbb28397c0c538
|
||||
|
||||
...
|
||||
|
@ -14,7 +14,8 @@ RUN apk update && apk add --no-cache \
|
||||
findutils \
|
||||
bash \
|
||||
git \
|
||||
openssh-client
|
||||
openssh-client \
|
||||
coreutils
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||
|
Loading…
Reference in New Issue
Block a user