Skip to content

Commit

Permalink
chore: consistent Dockerfile casing (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Aug 12, 2024
1 parent 8422154 commit 79bd5fa
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,5 +1,5 @@
# Build the manager binary
FROM docker.io/library/golang:1.22.6@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa as builder
FROM docker.io/library/golang:1.22.6@sha256:2bd56f00ff47baf33e64eae7996b65846c7cb5e0a46e0a882ef179fd89654afa AS builder
ARG GOPROXY
ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 79bd5fa

Please sign in to comment.