You've already forked civ
							
							Compare commits
	
		
			5 Commits
		
	
	
		
			cf19ee51ac
			...
			1a89d5ecf6
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1a89d5ecf6 | |||
| 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 / | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user