Skip to content

Commit

Permalink
build(deps): update golang docker tag to v1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 3, 2021
1 parent 121dfb8 commit 3d47c16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.16.2-alpine AS builder-backend
FROM golang:1.16.3-alpine AS builder-backend

ARG BUILD_TAG
ARG BUILD_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
@@ -1,7 +1,7 @@
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.16.2-alpine AS builder-backend
FROM golang:1.16.3-alpine AS builder-backend

ARG BUILD_TAG
ARG BUILD_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64v8
@@ -1,7 +1,7 @@
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.16.2-alpine AS builder-backend
FROM golang:1.16.3-alpine AS builder-backend

ARG BUILD_TAG
ARG BUILD_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.coverage
Expand Up @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn coverage
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.16.2-alpine AS builder-backend
FROM golang:1.16.3-alpine AS builder-backend

ARG BUILD_TAG
ARG BUILD_COMMIT
Expand Down

0 comments on commit 3d47c16

Please sign in to comment.