diff --git a/api/Dockerfile b/api/Dockerfile index d3677eed10..65641d115b 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder WORKDIR /go/src/github.com/keptn/keptn/api diff --git a/approval-service/Dockerfile b/approval-service/Dockerfile index e5e0b978f8..c621f355b8 100644 --- a/approval-service/Dockerfile +++ b/approval-service/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder WORKDIR /go/src/github.com/keptn/keptn/approval-service diff --git a/cli/Dockerfile b/cli/Dockerfile index b818f4c838..cad867b25a 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder WORKDIR /go/src/github.com/keptn/keptn/cli diff --git a/distributor/Dockerfile b/distributor/Dockerfile index 1c5f3c192a..92cfe7c43f 100644 --- a/distributor/Dockerfile +++ b/distributor/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder WORKDIR /go/src/github.com/keptn/keptn/distributor diff --git a/lighthouse-service/Dockerfile b/lighthouse-service/Dockerfile index f8b34d88e9..a5de6c61f7 100644 --- a/lighthouse-service/Dockerfile +++ b/lighthouse-service/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder # Copy local code to the container image. WORKDIR /go/src/github.com/keptn/keptn/lighthouse-service diff --git a/mongodb-datastore/Dockerfile b/mongodb-datastore/Dockerfile index a91a27ed6b..e8fe608511 100644 --- a/mongodb-datastore/Dockerfile +++ b/mongodb-datastore/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder WORKDIR /go/src/github.com/keptn/keptn/mongodb-datastore diff --git a/remediation-service/Dockerfile b/remediation-service/Dockerfile index d714fcee78..38f9dd49cd 100644 --- a/remediation-service/Dockerfile +++ b/remediation-service/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder WORKDIR /go/src/github.com/keptn/keptn/remediation-service diff --git a/resource-service/Dockerfile b/resource-service/Dockerfile index bc06c5a29b..c27c0df2a4 100644 --- a/resource-service/Dockerfile +++ b/resource-service/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.17 as builder +FROM golang:1.20.4-alpine3.17 as builder # install additional dependencies RUN apk update && \ diff --git a/secret-service/Dockerfile b/secret-service/Dockerfile index 9cf287136f..fbda711722 100644 --- a/secret-service/Dockerfile +++ b/secret-service/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder # install additional dependencies RUN apk add --no-cache gcc libc-dev git diff --git a/shipyard-controller/Dockerfile b/shipyard-controller/Dockerfile index d8b504061c..4377cb17b1 100644 --- a/shipyard-controller/Dockerfile +++ b/shipyard-controller/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder # install additional dependencies RUN apk add --no-cache gcc libc-dev git diff --git a/statistics-service/Dockerfile b/statistics-service/Dockerfile index 5f6e2eb573..a5c991b394 100644 --- a/statistics-service/Dockerfile +++ b/statistics-service/Dockerfile @@ -1,6 +1,6 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder # install additional dependencies RUN apk add --no-cache gcc libc-dev git diff --git a/webhook-service/Dockerfile b/webhook-service/Dockerfile index 3a22dd7379..4963cb3e40 100644 --- a/webhook-service/Dockerfile +++ b/webhook-service/Dockerfile @@ -1,7 +1,7 @@ # Use the official Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.20.3-alpine3.16 as builder +FROM golang:1.20.4-alpine3.16 as builder WORKDIR /go/src/github.com/keptn/keptn/webhook-service