mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
changed go version to 1.18
Signed-off-by: Alex Stan <alexandrustan96@yahoo.ro>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
620bc7c517
commit
66484c8ca9
@@ -1,7 +1,7 @@
|
||||
# ---
|
||||
# Stage 1: Install certs, build binary, create default config file
|
||||
# ---
|
||||
FROM ghcr.io/project-zot/golang:1.17 AS builder
|
||||
FROM ghcr.io/project-zot/golang:1.18 AS builder
|
||||
RUN mkdir -p /go/src/github.com/project-zot/zot
|
||||
WORKDIR /go/src/github.com/project-zot/zot
|
||||
COPY . .
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# ---
|
||||
# Stage 1: Install certs, build binary, create default config file
|
||||
# ---
|
||||
FROM ghcr.io/project-zot/golang:1.17 AS builder
|
||||
FROM ghcr.io/project-zot/golang:1.18 AS builder
|
||||
RUN mkdir -p /go/src/github.com/project-zot/zot
|
||||
WORKDIR /go/src/github.com/project-zot/zot
|
||||
COPY . .
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# ---
|
||||
# Stage 1: Build binary, create default config file
|
||||
# ---
|
||||
FROM ghcr.io/project-zot/golang:1.17 AS builder
|
||||
FROM ghcr.io/project-zot/golang:1.18 AS builder
|
||||
RUN mkdir -p /go/src/github.com/project-zot/zot
|
||||
WORKDIR /go/src/github.com/project-zot/zot
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user