Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
build(deps): update golang docker tag to v1.20.4 (#9659)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 3, 2023
1 parent fecc867 commit 8cac84c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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 && \
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 8cac84c

Please sign in to comment.