Procházet zdrojové kódy

alpine 3.16 (#19797)

Co-authored-by: 6543 <6543@obermui.de>
tags/v1.18.0-dev
techknowlogick před 1 rokem
rodič
revize
0cbec3cd37
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 2
    2
      Dockerfile
  2. 2
    2
      Dockerfile.rootless

+ 2
- 2
Dockerfile Zobrazit soubor

@@ -1,5 +1,5 @@
#Build stage
FROM golang:1.18-alpine3.15 AS build-env
FROM golang:1.18-alpine3.16 AS build-env

ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
@@ -23,7 +23,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
# Begin env-to-ini build
RUN go build contrib/environment-to-ini/environment-to-ini.go

FROM alpine:3.15
FROM alpine:3.16
LABEL maintainer="maintainers@gitea.io"

EXPOSE 22 3000

+ 2
- 2
Dockerfile.rootless Zobrazit soubor

@@ -1,5 +1,5 @@
#Build stage
FROM golang:1.18-alpine3.15 AS build-env
FROM golang:1.18-alpine3.16 AS build-env

ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
@@ -23,7 +23,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
# Begin env-to-ini build
RUN go build contrib/environment-to-ini/environment-to-ini.go

FROM alpine:3.15
FROM alpine:3.16
LABEL maintainer="maintainers@gitea.io"

EXPOSE 2222 3000

Načítá se…
Zrušit
Uložit