Compare commits
5 Commits
c7af99b5b4
...
7c83e0fb7f
Author | SHA1 | Date | |
---|---|---|---|
7c83e0fb7f | |||
7b4b417eeb | |||
94c64d1292 | |||
bd2e5c82d1 | |||
3f4f751343 |
@ -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 /
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user