Skip to content

Commit

Permalink
Merge pull request #76 from nats-io/bump-alpine-and-go
Browse files Browse the repository at this point in the history
Bump alpine and Go
  • Loading branch information
wallyqs authored Oct 23, 2024
2 parents 06c7e14 + 75d93df commit f6c00a5
Showing 1 changed file with 2 additions and 2 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.6-alpine AS builder
FROM golang:1.23.2-alpine AS builder

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

FROM alpine:3.19.4
FROM alpine:3.20.3

ARG TARGETARCH

Expand Down

0 comments on commit f6c00a5

Please sign in to comment.