Updated alpine version

This commit is contained in:
Vincent Composieux 2021-06-07 01:32:32 +02:00
parent f78e432c21
commit 26404b7d01
No known key found for this signature in database
GPG Key ID: 7306974ABA6382AC
2 changed files with 3 additions and 3 deletions

View File

@ -37,10 +37,10 @@ jobs:
image: scratch
- os: linux
arch: arm
image: arm32v7/alpine:3.11
image: arm32v7/alpine:3.13
- os: linux
arch: arm64
image: arm64v8/alpine:3.11
image: arm64v8/alpine:3.13
steps:
- uses: actions/checkout@v2

View File

@ -2,7 +2,7 @@ ARG IMAGE=scratch
ARG OS=linux
ARG ARCH=amd64
FROM golang:1.16.4-alpine3.12 as builder
FROM golang:1.16-alpine3.13 as builder
WORKDIR /go/src/github.com/eko/pihole-exporter
COPY . .