Bump Alpine to latest version

Signed-off-by: Mattias Gees <mattias.gees@gmail.com>
This commit is contained in:
Mattias Gees 2022-04-13 14:31:46 +01:00
parent a2089dd8e7
commit 169b5a59cc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG BASEIMAGE=alpine:3.15.1
ARG BASEIMAGE=alpine:3.15.4
FROM golang:1.17.8-alpine3.14 AS builder