Skip to content

Commit

Permalink
Fix: Upgrade docker base image version to provide shared object depen…
Browse files Browse the repository at this point in the history
…dencies (#1044)
  • Loading branch information
missingscrews committed Oct 27, 2023
1 parent e724ec8 commit d4e625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 curl -OL https://download.arangodb.com/arangodb34/DEBIAN/Release.key
Expand Down

0 comments on commit d4e625a

Please sign in to comment.