Fix: Upgrade docker base image version to provide shared object dependencies (#1044)

This commit is contained in:
missingscrews
2023-10-27 16:19:33 +02:00
committed by GitHub
parent e724ec8883
commit d4e625a9c2

View File

@@ -1,4 +1,4 @@
FROM ubuntu:18.04 FROM ubuntu:23.04
RUN apt-get update -y && apt-get -y install curl gnupg2 software-properties-common RUN apt-get update -y && apt-get -y install curl gnupg2 software-properties-common
RUN curl -OL https://download.arangodb.com/arangodb34/DEBIAN/Release.key RUN curl -OL https://download.arangodb.com/arangodb34/DEBIAN/Release.key