Skip to content

Commit 8313156

Browse files
committed
Update OS base to Jammy
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 04a8796 commit 8313156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/remote-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Our images must be for Linux x86_64
2-
FROM --platform=linux/amd64 ubuntu:focal@sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b
2+
FROM --platform=linux/amd64 ubuntu:jammy@sha256:ed1544e454989078f5dec1bfdabd8c5cc9c48e0705d07b678ab6ae3fb61952d2
33

44
ENV DEBIAN_FRONTEND=noninteractive
55

@@ -11,7 +11,7 @@ RUN apt-get -qqy update && \
1111
libnet1 \
1212
libzip-dev \
1313
linux-libc-dev \
14-
python3.9 \
14+
python3.10 \
1515
python-is-python3 \
1616
zip \
1717
zlib1g && \

0 commit comments

Comments
 (0)