1
0
Fork 0

Merge pull request #1479 from rqlite/cci-0.0.4

Enable latest CCI image
master
Philip O'Toole 9 months ago committed by GitHub
commit e436453e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ version: 2.1
parameters:
primary_image:
type: string
default: 'rqlite/circleci-primary:0.0.3'
default: 'rqlite/circleci-primary:0.0.4'
commands: # a reusable command with parameters
restore_and_save_cache:

@ -1,4 +1,4 @@
FROM cimg/go:1.21.0
FROM cimg/go:1.21.5
RUN sudo apt-get update
RUN sudo apt-get install musl-dev musl-tools

Loading…
Cancel
Save