aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-08-26 18:51:08 -0700
committerBryan Newbold <bnewbold@archive.org>2020-08-26 18:51:08 -0700
commit6ac64e74dc73e77ea821997be2d8f158851d6b17 (patch)
treeb0ed0ecbb2f8b94b611bbedeb3692965e8d28ac8
parent7e4544158d16f65acb4c69a0d4566008f2030a43 (diff)
downloades-public-proxy-6ac64e74dc73e77ea821997be2d8f158851d6b17.tar.gz
es-public-proxy-6ac64e74dc73e77ea821997be2d8f158851d6b17.zip
ci: correct base image name
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd95ff3..339701c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: "rust:stable"
+image: "rust:1.45-buster"
test:cargo:
script:
# Print version info for debugging