Skip to content

Commit

Permalink
bumped versions for 3rd party tools
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed Nov 30, 2023
1 parent 3a3da4b commit 4056069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Compress binary
FROM ghcr.io/xigxog/upx:4.2.0 AS upx
FROM ghcr.io/xigxog/upx:4.2.1 AS upx

ARG COMPONENT
ARG COMPRESS=false
Expand Down
3 changes: 1 addition & 2 deletions components/operator/controller/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import (
)

const (
NATSImage = "ghcr.io/xigxog/nats:2.9.23"
VaultImage = "ghcr.io/xigxog/vault:1.14.4-v0.2.1-alpha"
NATSImage = "ghcr.io/xigxog/nats:2.9.24"
)

var (
Expand Down

0 comments on commit 4056069

Please sign in to comment.