Skip to content

Commit dc30466

Browse files
authored
fix(docker): upgrade base image from ubuntu:20.04 to ubuntu:22.04 (#13441)
fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility fix: update Docker runtime base to ubuntu:22.04 for glibc compatibility
1 parent 679e71f commit dc30466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ARG GOFLAGS=""
4646
RUN make buildall
4747

4848
#####################################
49-
FROM ubuntu:20.04 AS lotus-base
49+
FROM ubuntu:22.04 AS lotus-base
5050
MAINTAINER Lotus Development Team
5151

5252
# Base resources

0 commit comments

Comments
 (0)