We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a8796 commit 8313156Copy full SHA for 8313156
scripts/remote-image/Dockerfile
@@ -1,5 +1,5 @@
1
# Our images must be for Linux x86_64
2
-FROM --platform=linux/amd64 ubuntu:focal@sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b
+FROM --platform=linux/amd64 ubuntu:jammy@sha256:ed1544e454989078f5dec1bfdabd8c5cc9c48e0705d07b678ab6ae3fb61952d2
3
4
ENV DEBIAN_FRONTEND=noninteractive
5
@@ -11,7 +11,7 @@ RUN apt-get -qqy update && \
11
libnet1 \
12
libzip-dev \
13
linux-libc-dev \
14
- python3.9 \
+ python3.10 \
15
python-is-python3 \
16
zip \
17
zlib1g && \
0 commit comments