diff --git a/Dockerfile b/Dockerfile index c6e6b06..c435def 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.5-alpine AS builder +FROM golang:1.20.2-alpine AS builder WORKDIR /workspace # Copy the go source diff --git a/Dockerfile-analyzer b/Dockerfile-analyzer index 9a81ee0..5be0a74 100644 --- a/Dockerfile-analyzer +++ b/Dockerfile-analyzer @@ -1,4 +1,4 @@ -FROM golang:1.19.5-alpine AS builder +FROM golang:1.20.2-alpine AS builder WORKDIR /workspace # Copy the go source and go modules manifests