Skip to content

Commit

Permalink
Merge pull request #600 from thijsvanloef/dependabot/docker/golang-1.…
Browse files Browse the repository at this point in the history
…23.1-alpine

Bump golang from 1.23.0-alpine to 1.23.1-alpine
  • Loading branch information
thijsvanloef authored Sep 11, 2024
2 parents 17a66d6 + 34c143c commit 3da7e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine as rcon-cli_builder
FROM golang:1.23.1-alpine as rcon-cli_builder

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Container - Scan

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 Dockerfile

View workflow job for this annotation

GitHub Actions / 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 RCON_VERSION="0.10.3"
ARG RCON_TGZ_SHA1SUM=33ee8077e66bea6ee097db4d9c923b5ed390d583
Expand Down

0 comments on commit 3da7e10

Please sign in to comment.