mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
Compare commits
2 Commits
chore/osc-
...
v0.19.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f96957c235 | ||
|
|
1218da0091 |
@@ -1,6 +1,6 @@
|
|||||||
ARG GO_VERSION=1.26.2
|
ARG GO_VERSION=1.26.2
|
||||||
FROM golang:${GO_VERSION}-alpine AS build
|
FROM golang:${GO_VERSION}-alpine AS build
|
||||||
RUN apk --no-cache add ca-certificates tzdata
|
RUN apk --no-cache add ca-certificates tzdata git
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|||||||
Reference in New Issue
Block a user