mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
build(deps): update to golang 1.16.2 explicitly (#1818)
This commit is contained in:
parent
5a5efa5e02
commit
5e72f8e8c7
|
@ -1,7 +1,7 @@
|
||||||
# =======================================
|
# =======================================
|
||||||
# ===== Build image for the backend =====
|
# ===== Build image for the backend =====
|
||||||
# =======================================
|
# =======================================
|
||||||
FROM golang:1.16-alpine AS builder-backend
|
FROM golang:1.16.2-alpine AS builder-backend
|
||||||
|
|
||||||
ARG BUILD_TAG
|
ARG BUILD_TAG
|
||||||
ARG BUILD_COMMIT
|
ARG BUILD_COMMIT
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# =======================================
|
# =======================================
|
||||||
# ===== Build image for the backend =====
|
# ===== Build image for the backend =====
|
||||||
# =======================================
|
# =======================================
|
||||||
FROM golang:1.16-alpine AS builder-backend
|
FROM golang:1.16.2-alpine AS builder-backend
|
||||||
|
|
||||||
ARG BUILD_TAG
|
ARG BUILD_TAG
|
||||||
ARG BUILD_COMMIT
|
ARG BUILD_COMMIT
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# =======================================
|
# =======================================
|
||||||
# ===== Build image for the backend =====
|
# ===== Build image for the backend =====
|
||||||
# =======================================
|
# =======================================
|
||||||
FROM golang:1.16-alpine AS builder-backend
|
FROM golang:1.16.2-alpine AS builder-backend
|
||||||
|
|
||||||
ARG BUILD_TAG
|
ARG BUILD_TAG
|
||||||
ARG BUILD_COMMIT
|
ARG BUILD_COMMIT
|
||||||
|
|
|
@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn coverage
|
||||||
# =======================================
|
# =======================================
|
||||||
# ===== Build image for the backend =====
|
# ===== Build image for the backend =====
|
||||||
# =======================================
|
# =======================================
|
||||||
FROM golang:1.16-alpine AS builder-backend
|
FROM golang:1.16.2-alpine AS builder-backend
|
||||||
|
|
||||||
ARG BUILD_TAG
|
ARG BUILD_TAG
|
||||||
ARG BUILD_COMMIT
|
ARG BUILD_COMMIT
|
||||||
|
|
Loading…
Reference in New Issue
Block a user