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 `8863850` to `c16d139`.

---
updated-dependencies:
- dependency-name: steamcmd/steamcmd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 906d916 commit ac4c8ab
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:8863850f97b8152b0fcb1d92260c64d0bd37d7e857d8a4fa9fd89ee20ae56bf7
FROM steamcmd/steamcmd:ubuntu-24@sha256:c16d1397b459eebd307b04543fead1a0e84851d6d248661f8ba81598c4bc9d18
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:8863850f97b8152b0fcb1d92260c64d0bd37d7e857d8a4fa9fd89ee20ae56bf7 as builder
FROM steamcmd/steamcmd:ubuntu-24@sha256:c16d1397b459eebd307b04543fead1a0e84851d6d248661f8ba81598c4bc9d18 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/

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:8863850f97b8152b0fcb1d92260c64d0bd37d7e857d8a4fa9fd89ee20ae56bf7
FROM steamcmd/steamcmd:ubuntu-24@sha256:c16d1397b459eebd307b04543fead1a0e84851d6d248661f8ba81598c4bc9d18
LABEL maintainer="[email protected]"

# Install dependencies
Expand Down

0 comments on commit ac4c8ab

Please sign in to comment.