chore: update alpine version in Go image

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2022-09-08 11:57:34 +02:00
parent b50d6626fb
commit addc7850fa
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG BASE_IMAGE=alpine
FROM golang:1.19.1-alpine3.15 AS builder
FROM golang:1.19.1-alpine3.16 AS builder
WORKDIR /usr/local/src/dex