Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build RCON CLI
FROM golang:1.23.1-alpine AS rcon-cli_builder
FROM golang:1.26.0-alpine AS rcon-cli_builder

ARG RCON_VERSION="0.10.3"
ARG RCON_TGZ_SHA1SUM=33ee8077e66bea6ee097db4d9c923b5ed390d583
Expand All @@ -21,7 +21,7 @@
# Server image
FROM cm2network/steamcmd:root

RUN apt-get update && apt-get install -y --no-install-recommends \

Check failure on line 24 in Dockerfile

View workflow job for this annotation

GitHub Actions / Lint - Docker

DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
gettext-base \
procps \
jq \
Expand Down
Loading