diff --git a/Dockerfile b/Dockerfile index 69b51b8..c0134f4 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.0-alpine AS builder +FROM golang:1.20.1-alpine AS builder RUN apk add --update --no-cache git WORKDIR /app COPY . . diff --git a/Dockerfile.doppler b/Dockerfile.doppler index 0dfb5f2..e3bc430 100644 --- a/Dockerfile.doppler +++ b/Dockerfile.doppler @@ -1,5 +1,5 @@ # Build Stage: Build bot using the alpine image, also install doppler in it -FROM golang:1.20.0-alpine AS builder +FROM golang:1.20.1-alpine AS builder RUN apk add --no-cache curl wget gnupg git RUN (curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/install.sh || wget -t 3 -qO- https://cli.doppler.com/install.sh) | sh WORKDIR /app