Skip to content

Commit

Permalink
Bump kustomize to v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DTLP committed Nov 19, 2024
1 parent 6c2b8dd commit 448f479
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 @@ -2,7 +2,7 @@ FROM golang:1.23-alpine AS build

ENV \
STRONGBOX_VERSION=2.0.0-RC4 \
KUSTOMIZE_VERSION=v5.4.1
KUSTOMIZE_VERSION=v5.5.0

RUN os=$(go env GOOS) && arch=$(go env GOARCH) \
&& apk --no-cache add curl \
Expand Down

0 comments on commit 448f479

Please sign in to comment.