Skip to content

Commit

Permalink
Bump kustomize to v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DTLP committed May 10, 2024
1 parent 1337463 commit 119cf46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.21-alpine AS build
FROM golang:1.22-alpine AS build

ENV \
STRONGBOX_VERSION=1.1.0 \
KUSTOMIZE_VERSION=v5.3.0
KUSTOMIZE_VERSION=v5.4.1

RUN os=$(go env GOOS) && arch=$(go env GOARCH) \
&& apk --no-cache add curl \
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/utilitywarehouse/argocd-voodoobox-plugin

go 1.21
go 1.22.0

toolchain go1.22.2

require (
Expand Down

0 comments on commit 119cf46

Please sign in to comment.