Skip to content

Commit 30ac78d

Browse files
authored
Update default Ubuntu image
1 parent 946454f commit 30ac78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
JOB_DEPS_TYPE_ABORT_ON_ERROR = 'abort_on_error'
135135
JOB_DEPS_TYPE_ALWAYS_RUN = 'always_run'
136136

137-
DOCKER_BASE_IMAGE_UBUNTU = 'ubuntu:16.04'
137+
DOCKER_BASE_IMAGE_UBUNTU = 'ubuntu:20.04'
138138
DOCKER_BASE_IMAGE_CENTOS = 'centos:7'
139139

140140
LOCAL_VAR_NAMING_CHECK_ERROR = 'error'

0 commit comments

Comments
 (0)