Skip to content

Commit dc93085

Browse files
committed
Upgraded MariaDB container to Ubuntu 22.04 LTS
1 parent b681127 commit dc93085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/tools/docker/mariadb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Scisql is cloned, built from source, and left installed to /usr/local.
1212
#-------------------------------------------------------------------------------------------------------------
1313

14-
FROM ubuntu:focal AS mariadb-scisql-builder
14+
FROM ubuntu:jammy AS mariadb-scisql-builder
1515

1616
RUN apt-get update \
1717
&& apt-get install -y curl \

0 commit comments

Comments
 (0)