Updated alpine version
This commit is contained in:
parent
f78e432c21
commit
26404b7d01
2 changed files with 3 additions and 3 deletions
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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 . .
|
||||
|
|
Loading…
Reference in a new issue