Compare commits
1 Commits
7c83e0fb7f
...
c7af99b5b4
Author | SHA1 | Date | |
---|---|---|---|
c7af99b5b4 |
@ -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.23
|
image: docker.io/library/golang:1.22
|
||||||
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.21
|
FROM docker.io/library/alpine:3.19
|
||||||
|
|
||||||
COPY --from=build /civ /
|
COPY --from=build /civ /
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user