-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update min go version and cleanup dockerfile (#3670)
- Loading branch information
Showing
3 changed files
with
13 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# golang alpine | ||
FROM golang:1.23.4-alpine as builder | ||
FROM golang:1.23.5-alpine as builder | ||
|
||
ARG TARGETARCH | ||
ARG TARGETOS | ||
|
@@ -10,11 +10,7 @@ ARG GIT_VERSION=undefined | |
|
||
LABEL maintainer="[email protected]" | ||
|
||
RUN apk update \ | ||
&& update-ca-certificates | ||
|
||
ENV GO111MODULE on | ||
ENV GOPATH / | ||
ENV GOPATH=/ | ||
|
||
RUN mkdir /opt/nuts && cd /opt/nuts | ||
COPY go.mod . | ||
|
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