Skip to content

Commit

Permalink
Remove default version from dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Memon <[email protected]>
  • Loading branch information
faisal-memon committed Sep 7, 2024
1 parent eff6c38 commit cbf079f
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 spiffe-helper binary
ARG go_version=1.22.3
ARG go_version
FROM --platform=$BUILDPLATFORM golang:${go_version}-alpine AS base
WORKDIR /workspace

Expand Down

0 comments on commit cbf079f

Please sign in to comment.