-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from samuelattwood/sattwood/deps
Dependency Updates
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#syntax=docker/dockerfile-upstream:1.6 | ||
FROM golang:1.23.2-alpine AS builder | ||
#syntax=docker/dockerfile-upstream:1.12 | ||
FROM golang:1.23.4-alpine AS builder | ||
|
||
LABEL maintainer "Derek Collison <[email protected]>" | ||
Check warning on line 4 in Dockerfile GitHub Actions / linuxLegacy key/value format with whitespace separator should not be used
|
||
LABEL maintainer "Waldemar Quevedo <[email protected]>" | ||
Check warning on line 5 in Dockerfile GitHub Actions / linuxLegacy key/value format with whitespace separator should not be used
|
||
|
@@ -21,7 +21,7 @@ RUN <<EOT | |
go install github.com/nats-io/natscli/nats@v${VERSION_NATS} | ||
EOT | ||
|
||
FROM alpine:3.20.3 | ||
FROM alpine:3.21.0 | ||
|
||
ARG TARGETARCH | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters