Compare commits

..

5 Commits

2 changed files with 2 additions and 2 deletions

@ -50,7 +50,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.22
image: docker.io/library/golang:1.23
resources:
limits:
cpu: 250

@ -11,7 +11,7 @@ RUN set -ex && \
apk add git make && \
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 /