diff --git a/Dockerfile b/Dockerfile index e9e465ad..f6b2581f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.14.0-alpine AS builder-backend +FROM golang:1.14.2-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 868fa361..ca2386ca 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.14.0-alpine AS builder-backend +FROM golang:1.14.2-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index c4612595..25e1e085 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.14.0-alpine AS builder-backend +FROM golang:1.14.2-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.darwin b/Dockerfile.darwin index e0ccad7c..af39d2b5 100644 --- a/Dockerfile.darwin +++ b/Dockerfile.darwin @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.14.0-alpine AS builder-backend +FROM golang:1.14.2-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/internal/suites/example/compose/authelia/Dockerfile.backend b/internal/suites/example/compose/authelia/Dockerfile.backend index 617921ad..ccb19a7b 100644 --- a/internal/suites/example/compose/authelia/Dockerfile.backend +++ b/internal/suites/example/compose/authelia/Dockerfile.backend @@ -1,4 +1,4 @@ -FROM golang:1.14.0-alpine +FROM golang:1.14.2-alpine ARG USER_ID ARG GROUP_ID