-
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 `0b59744` to `c7d2018`. --- updated-dependencies: - dependency-name: steamcmd/steamcmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
727a3ef
commit 035eed0
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:0b597447391c18b26c5374ee0c6e8c76c2eff6bb91b1381680a695cc7753056a | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:c7d201827d30b1232633c49908b085a1066a86a378057904d4b98c11068a81ff | ||
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:0b597447391c18b26c5374ee0c6e8c76c2eff6bb91b1381680a695cc7753056a as builder | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:c7d201827d30b1232633c49908b085a1066a86a378057904d4b98c11068a81ff 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:0b597447391c18b26c5374ee0c6e8c76c2eff6bb91b1381680a695cc7753056a | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:c7d201827d30b1232633c49908b085a1066a86a378057904d4b98c11068a81ff | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install dependencies | ||
|