Browse Source

Merge pull request #2471 from MattiasGees/bump-alpine

Bump Alpine to latest version
pull/2464/head
Márk Sági-Kazár 4 years ago committed by GitHub
parent
commit
783a7621e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -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

Loading…
Cancel
Save