Skip to content

Commit

Permalink
Merge pull request #61 from utilitywarehouse/dl-upd-kustomize
Browse files Browse the repository at this point in the history
Bump kustomize to v5.3.0
  • Loading branch information
DTLP authored Jan 9, 2024
2 parents eb9115c + dec705f commit 6a2dbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.21-alpine AS build

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

RUN os=$(go env GOOS) && arch=$(go env GOARCH) \
&& apk --no-cache add curl \
Expand Down
2 changes: 1 addition & 1 deletion testData/app-with-secrets/app/secrets/s1.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# STRONGBOX ENCRYPTED RESOURCE ; See https: //github.com/uw-labs/strongbox
# STRONGBOX ENCRYPTED RESOURCE ; See https://github.com/uw-labs/strongbox
758w9o0TRe3ZZ9uO4zbi2q2pChEBhX3OQGj64GtpV1BpxdBhF8vGbNB3KJkva4mcD42MLpIZ2cTO
nnLkUkZrbAELuB9W08PS

0 comments on commit 6a2dbb5

Please sign in to comment.