From 5d2e4cddc43731c19a4cf49281076f25b59bc1ab Mon Sep 17 00:00:00 2001 From: Divanshu Chauhan Date: Tue, 30 May 2023 23:27:48 +0530 Subject: [PATCH] use golang-1.20 image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0e53fb..e31fb9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage: Build bot using the alpine image, also install doppler in it -FROM golang:1.20.4-alpine AS builder +FROM golang:1.20-alpine AS builder RUN apk add --update --no-cache git upx WORKDIR /app COPY . .