Skip to content

Commit

Permalink
Merge pull request #464 from GabyCT/topic/fixdockerfilepods
Browse files Browse the repository at this point in the history
Fix warning in Dockerfile.peerpods
  • Loading branch information
GabyCT authored Nov 5, 2024
2 parents 4a68569 + 90c7426 commit d0bdc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.peerpods
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG IMG_NAME
ARG IMG_VERSION

# Build the manager binary
FROM ${IMG_NAME:-golang}:${IMG_VERSION:-1.22} as builder
FROM ${IMG_NAME:-golang}:${IMG_VERSION:-1.22} AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit d0bdc5c

Please sign in to comment.