Skip to content

Commit

Permalink
build: attempt version 18.04 of ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jun 12, 2024
1 parent 1cc068b commit 8d7d4ea
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,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
Expand Down

0 comments on commit 8d7d4ea

Please sign in to comment.