Skip to content

Commit

Permalink
Merge pull request #461 from GabyCT/topic/fixDockerfile
Browse files Browse the repository at this point in the history
Fix warning on the Dockerfile
  • Loading branch information
mythi authored Oct 28, 2024
2 parents 40240ab + 3b8b682 commit ce65b7f
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
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 ce65b7f

Please sign in to comment.