Skip to content

Commit 7d85a59

Browse files
committed
Change ubuntu version from latest to 22.04 in Dockerfile_builder to handle issue where the Medley-online docker image was failing to find the lastest versions of libc and libm when loading maiko
1 parent 511a1b5 commit 7d85a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile_builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# ******************************************************************************
1010

11-
FROM ubuntu:latest
11+
FROM ubuntu:22.04
1212
SHELL ["/bin/bash", "-c"]
1313
USER root:root
1414
# Install build tools

0 commit comments

Comments
 (0)