chore(deps): update container images - autoclosed #26
@ -10,7 +10,7 @@ steps:
|
|||||||
- name: markdown lint
|
- name: markdown lint
|
||||||
commands:
|
commands:
|
||||||
- markdownlint *.md
|
- markdownlint *.md
|
||||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50
|
cpu: 50
|
||||||
@ -26,7 +26,7 @@ steps:
|
|||||||
from_secret: smtp_password
|
from_secret: smtp_password
|
||||||
PLUGIN_FROM:
|
PLUGIN_FROM:
|
||||||
from_secret: smtp_mail_address
|
from_secret: smtp_mail_address
|
||||||
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
|
@ -11,7 +11,7 @@ RUN set -ex && \
|
|||||||
apk add git make && \
|
apk add git make && \
|
||||||
make install VERSION=${VERSION} DESTDIR=/civ PREFIX=/usr
|
make install VERSION=${VERSION} DESTDIR=/civ PREFIX=/usr
|
||||||
|
|
||||||
FROM docker.io/library/alpine:3.21
|
FROM docker.io/library/alpine:3.22
|
||||||
|
|
||||||
COPY --from=build /civ /
|
COPY --from=build /civ /
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user