Switch from Alpine build environment to Debian Bullseye

This commit is contained in:
Neshura 2023-02-27 01:40:30 +00:00
parent 6de678aa1e
commit 3eed4ca15b

View file

@ -12,7 +12,7 @@ stages:
## Docker steps
build:
image: rust:alpine3.17
image: rust:bullseye
stage: build
variables:
@ -20,7 +20,7 @@ build:
CACHING:
before_script:
- apk add musl-dev openssl-dev
- apt install openssl
script:
- echo "Compiling the code..."