Compare commits

...

5 Commits

2 changed files with 3 additions and 3 deletions

@ -10,7 +10,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.41.0 image: docker.io/volkerraschek/markdownlint:0.43.0
resources: resources:
limits: limits:
cpu: 50 cpu: 50
@ -50,7 +50,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.22 image: docker.io/library/golang:1.23
resources: resources:
limits: limits:
cpu: 250 cpu: 250

@ -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.19 FROM docker.io/library/alpine:3.21
COPY --from=build /civ / COPY --from=build /civ /