Skip to content

Commit eb7a4c7

Browse files
committed
Update base for Docker build image
I came across this in WebAssembly#392, where it became clear that Ubuntu's 18.04 release (now several years old) was using quite ancient versions of certain tools.
1 parent 73dbb2f commit eb7a4c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use a relatively old/stable distro here to maximize the supported platforms
2-
# and avoid depending on more recent version of, say, libc.
3-
# Here we choose Bionic 18.04.
4-
FROM ubuntu:bionic
2+
# and avoid depending on more recent version of, say, libc. Here we choose Jammy
3+
# 22.04.
4+
FROM ubuntu:jammy
55

66
RUN apt-get update \
77
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)