diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-03-29 13:29:53 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-03-29 13:36:05 -0700 |
commit | b88ff0859c29ca65d2062679a568f4ccda823ee2 (patch) | |
tree | 4a958105ac4b9a9b8ab5104e36f0f82640535aee | |
parent | 7696f9eb513bc1ea029e3c9ba32b927e7d0fbd7f (diff) | |
download | es-public-proxy-b88ff0859c29ca65d2062679a568f4ccda823ee2.tar.gz es-public-proxy-b88ff0859c29ca65d2062679a568f4ccda823ee2.zip |
CI: bump to rust:1.48-buster (debian) base image
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 339701c..6675edf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "rust:1.45-buster" +image: "rust:1.48-buster" test:cargo: script: # Print version info for debugging |