chore(deps): update golang docker tag
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Renovate 2023-09-06 19:36:22 +00:00
parent 8dcbab039a
commit 30a03986b0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20 as builder
FROM golang:1.21 as builder
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download

View File

@ -1,4 +1,4 @@
FROM golang:1.20.7-alpine3.18 as builder
FROM golang:1.21.1-alpine3.18 as builder
WORKDIR /sessions