build(deps): update to golang 1.16.2 explicitly (#1818)

pull/1819/head^2
James Elliott 2021-03-13 09:32:13 +11:00 committed by GitHub
parent 5a5efa5e02
commit 5e72f8e8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# =======================================
# ===== 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_COMMIT

View File

@ -1,7 +1,7 @@
# =======================================
# ===== 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_COMMIT

View File

@ -1,7 +1,7 @@
# =======================================
# ===== 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_COMMIT

View File

@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn coverage
# =======================================
# ===== 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_COMMIT