-
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 `8863850` to `c16d139`. --- updated-dependencies: - dependency-name: steamcmd/steamcmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
906d916
commit ac4c8ab
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:8863850f97b8152b0fcb1d92260c64d0bd37d7e857d8a4fa9fd89ee20ae56bf7 | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:c16d1397b459eebd307b04543fead1a0e84851d6d248661f8ba81598c4bc9d18 | ||
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:8863850f97b8152b0fcb1d92260c64d0bd37d7e857d8a4fa9fd89ee20ae56bf7 as builder | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:c16d1397b459eebd307b04543fead1a0e84851d6d248661f8ba81598c4bc9d18 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:8863850f97b8152b0fcb1d92260c64d0bd37d7e857d8a4fa9fd89ee20ae56bf7 | ||
FROM steamcmd/steamcmd:ubuntu-24@sha256:c16d1397b459eebd307b04543fead1a0e84851d6d248661f8ba81598c4bc9d18 | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install dependencies | ||
|