File tree Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM rust:slim AS rust-utils
4
4
ENV CARGO_INSTALL_ROOT=/tmp/
5
5
RUN cargo install exa bat ripgrep typos-cli watchexec-cli
6
6
7
- FROM ubuntu AS go
7
+ FROM ubuntu:jammy AS go
8
8
9
9
RUN apt-get update && apt-get install --yes curl gcc
10
10
# Install Go manually, so that we can control the version
@@ -80,8 +80,7 @@ RUN apk add curl unzip
80
80
RUN curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.5/protoc-21.5-linux-x86_64.zip
81
81
RUN unzip protoc.zip
82
82
83
- # Ubuntu 20.04 LTS (Focal Fossa)
84
- FROM ubuntu:focal
83
+ FROM ubuntu:jammy
85
84
86
85
SHELL ["/bin/bash" , "-c" ]
87
86
Original file line number Diff line number Diff line change 1
- deb http://mirror.pit.teraswitch.com/ubuntu/ focal main restricted universe
2
- deb http://mirror.pit.teraswitch.com/ubuntu/ focal -updates main restricted universe
3
- deb http://mirror.pit.teraswitch.com/ubuntu/ focal -backports main restricted universe
1
+ deb http://mirror.pit.teraswitch.com/ubuntu/ jammy main restricted universe
2
+ deb http://mirror.pit.teraswitch.com/ubuntu/ jammy -updates main restricted universe
3
+ deb http://mirror.pit.teraswitch.com/ubuntu/ jammy -backports main restricted universe
Original file line number Diff line number Diff line change 1
- deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu focal stable
1
+ deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable
Original file line number Diff line number Diff line change 1
- deb [signed-by=/usr/share/keyrings/hashicorp.gpg] https://apt.releases.hashicorp.com focal main
1
+ deb [signed-by=/usr/share/keyrings/hashicorp.gpg] https://apt.releases.hashicorp.com jammy main
Original file line number Diff line number Diff line change 1
- deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x focal main
1
+ deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x jammy main
Original file line number Diff line number Diff line change 1
- deb [signed-by=/usr/share/keyrings/postgresql.gpg] https://apt.postgresql.org/pub/repos/apt focal -pgdg main
1
+ deb [signed-by=/usr/share/keyrings/postgresql.gpg] https://apt.postgresql.org/pub/repos/apt jammy -pgdg main
Original file line number Diff line number Diff line change 1
- deb http://security.ubuntu.com/ubuntu/ focal -security main restricted universe
1
+ deb http://security.ubuntu.com/ubuntu/ jammy -security main restricted universe
You can’t perform that action at this time.
0 commit comments