Skip to content

Commit

Permalink
Merge pull request #75 from nats-io/updates-october
Browse files Browse the repository at this point in the history
Updates alpine and nsc versions
  • Loading branch information
wallyqs authored Oct 23, 2024
2 parents fe11755 + 2b0a161 commit 06c7e14
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 @@ -21,7 +21,7 @@ RUN <<EOT
go install github.com/nats-io/natscli/nats@v${VERSION_NATS}
EOT

FROM alpine:3.19.3
FROM alpine:3.19.4

ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ target "nats-box" {
args = {
VERSION_NATS = "0.1.5"
VERSION_NATS_TOP = "0.6.2"
VERSION_NSC = "2.8.7"
VERSION_NSC = "2.10.0"
}
platforms = get_platforms_multiarch()
tags = get_tags("nats-box")
Expand Down

0 comments on commit 06c7e14

Please sign in to comment.