Skip to content

Commit

Permalink
build(deps): bump steamcmd/steamcmd in /dockerfiles
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored and mornedhels-automerge[bot] committed Jan 27, 2025
1 parent 7779117 commit c16928b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
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
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/proton.Dockerfile
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

View workflow job for this annotation

GitHub Actions / build-proton / Docker Build & Push

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in dockerfiles/proton.Dockerfile

View workflow job for this annotation

GitHub Actions / build-proton / Docker Build & Push

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in dockerfiles/proton.Dockerfile

View workflow job for this annotation

GitHub Actions / build-proton / Docker Build & Push

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

ARG GE_PROTON_VERSION="9-19"

Expand All @@ -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
Expand Down

0 comments on commit c16928b

Please sign in to comment.