Merge pull request #2471 from MattiasGees/bump-alpine

Bump Alpine to latest version
This commit is contained in:
Márk Sági-Kazár 2022-04-14 01:05:55 +02:00 committed by GitHub
commit 783a7621e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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