penguin/webhook-freedns

freedns webhook for cert-manager

commit bfdd9cc56505230368aeaa16f57796f69153ab45

authorAshley Davis <ashley.davis@venafi.com>
date2023-11-16T13:04:04Z
subjectbump image versions in Dockerfile
commit bfdd9cc56505230368aeaa16f57796f69153ab45
Author: Ashley Davis <ashley.davis@venafi.com>
Date:   2023-11-16T13:04:04Z

    bump image versions in Dockerfile
    
    Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 9bda18c..9bdd3e0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.19-alpine AS build_deps
+FROM golang:1.21-alpine3.18 AS build_deps
 
 RUN apk add --no-cache git
 
@@ -15,7 +15,7 @@ COPY . .
 
 RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
 
-FROM alpine:3.9
+FROM alpine:3.18
 
 RUN apk add --no-cache ca-certificates