-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump steamcmd/steamcmd in /dockerfiles
Bumps steamcmd/steamcmd from `b879dff` to `ea9f460`. --- updated-dependencies: - dependency-name: steamcmd/steamcmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6f7d15e
commit 7779117
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:b879dff0485215889bc3409d3166873694c86d3d95445aa3dc8262d53d8a252d | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:ea9f460c83e400c6061ea420cc443ac7dfc4ebdaf8636b687097d43123d8d170 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install prerequisites | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:b879dff0485215889bc3409d3166873694c86d3d95445aa3dc8262d53d8a252d as builder | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:ea9f460c83e400c6061ea420cc443ac7dfc4ebdaf8636b687097d43123d8d170 as builder | ||
Check warning on line 1 in dockerfiles/proton.Dockerfile
|
||
|
||
ARG GE_PROTON_VERSION="9-19" | ||
|
||
|
@@ -21,7 +21,7 @@ RUN curl -sLOJ "https://github.com/GloriousEggroll/proton-ge-custom/releases/dow | |
&& dbus-uuidgen --ensure=/etc/machine-id | ||
|
||
|
||
FROM steamcmd/steamcmd:ubuntu-24@sha256:b879dff0485215889bc3409d3166873694c86d3d95445aa3dc8262d53d8a252d | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:ea9f460c83e400c6061ea420cc443ac7dfc4ebdaf8636b687097d43123d8d170 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install dependencies | ||
|