Skip to content
Snippets Groups Projects
Commit 81806086 authored by akwizgran's avatar akwizgran
Browse files

Use Debian bookworm to get a newer version of Go.

We need at least Go 1.17.13 to build Go 1.21.
parent 94afa9cc
No related branches found
No related tags found
1 merge request!14Add snowflake 2.9.1
Pipeline #16174 failed
FROM debian:bullseye FROM debian:bookworm
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
......
...@@ -5,8 +5,8 @@ set -x ...@@ -5,8 +5,8 @@ set -x
# use snapshot repos for deterministic package versions # use snapshot repos for deterministic package versions
DATE="20240301T000000Z" DATE="20240301T000000Z"
cat << EOF > /etc/apt/sources.list cat << EOF > /etc/apt/sources.list
deb http://snapshot.debian.org/archive/debian/${DATE}/ bullseye main deb http://snapshot.debian.org/archive/debian/${DATE}/ bookworm main
deb http://snapshot.debian.org/archive/debian/${DATE}/ bullseye-updates main deb http://snapshot.debian.org/archive/debian/${DATE}/ bookworm-updates main
EOF EOF
# ignore expired package releases so we can reproduce from old snapshots # ignore expired package releases so we can reproduce from old snapshots
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment