From 8d7d4eaba7fe9c3929af059dba9e680eafb8cf4f Mon Sep 17 00:00:00 2001 From: James Ives Date: Wed, 12 Jun 2024 15:54:02 -0400 Subject: [PATCH] build: attempt version 18.04 of ubuntu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4db436..579f4fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Docs: https://developer.valvesoftware.com/wiki/SteamCMD # Use the latest version of Ubuntu as the base image -FROM ubuntu:latest +FROM ubuntu:18.04 # Define variables for the username, volume directory, and game ENV USERNAME=steam