-
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 `ea9f460` to `5acab97`. --- updated-dependencies: - dependency-name: steamcmd/steamcmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
7779117
commit c16928b
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:ea9f460c83e400c6061ea420cc443ac7dfc4ebdaf8636b687097d43123d8d170 | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:5acab9741e1947eed8fc11244a20e3de74ae5409a5078aa066eec81eb1386d8b | ||
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:ea9f460c83e400c6061ea420cc443ac7dfc4ebdaf8636b687097d43123d8d170 as builder | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:5acab9741e1947eed8fc11244a20e3de74ae5409a5078aa066eec81eb1386d8b as builder | ||
Check warning on line 1 in dockerfiles/proton.Dockerfile GitHub Actions / build-proton / Docker Build & PushThe 'as' keyword should match the case of the 'from' keyword
Check warning on line 1 in dockerfiles/proton.Dockerfile GitHub Actions / build-proton / Docker Build & PushThe 'as' keyword should match the case of the 'from' keyword
Check warning on line 1 in dockerfiles/proton.Dockerfile GitHub Actions / build-proton / Docker Build & PushThe 'as' keyword should match the case of the 'from' keyword
|
||
|
||
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:ea9f460c83e400c6061ea420cc443ac7dfc4ebdaf8636b687097d43123d8d170 | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:5acab9741e1947eed8fc11244a20e3de74ae5409a5078aa066eec81eb1386d8b | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install dependencies | ||
|