Skip to content

Commit

Permalink
Merge pull request #73 from nats-io/version-update
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
wallyqs authored Aug 21, 2024
2 parents 71731b5 + 607957d commit 96d6cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#syntax=docker/dockerfile-upstream:1.6
FROM golang:1.22.1-alpine AS builder
FROM golang:1.22.6-alpine AS builder

LABEL maintainer "Derek Collison <derek@nats.io>"
LABEL maintainer "Waldemar Quevedo <wally@nats.io>"
Expand All @@ -21,7 +21,7 @@ RUN <<EOT
go install github.com/nats-io/natscli/nats@v${VERSION_NATS}
EOT

FROM alpine:3.19.1
FROM alpine:3.19.3

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 @@ -57,7 +57,7 @@ group "default" {
target "nats-box" {
dockerfile = "Dockerfile"
args = {
VERSION_NATS = "0.1.4"
VERSION_NATS = "0.1.5"
VERSION_NATS_TOP = "0.6.1"
VERSION_NSC = "2.8.6"
}
Expand Down

0 comments on commit 96d6cdc

Please sign in to comment.