-
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 `f245550` to `b879dff`. --- updated-dependencies: - dependency-name: steamcmd/steamcmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5922a96
commit 6f7d15e
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:f2455505e4c474acfbd0763cb83e481c824e7e59dd4086251bd44edecb9d9f03 | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:b879dff0485215889bc3409d3166873694c86d3d95445aa3dc8262d53d8a252d | ||
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:f2455505e4c474acfbd0763cb83e481c824e7e59dd4086251bd44edecb9d9f03 as builder | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:b879dff0485215889bc3409d3166873694c86d3d95445aa3dc8262d53d8a252d 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:f2455505e4c474acfbd0763cb83e481c824e7e59dd4086251bd44edecb9d9f03 | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:b879dff0485215889bc3409d3166873694c86d3d95445aa3dc8262d53d8a252d | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install dependencies | ||
|