mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-21 11:05:22 +01:00
Updated alpine version
This commit is contained in:
parent
f78e432c21
commit
26404b7d01
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
@ -37,10 +37,10 @@ jobs:
|
|||||||
image: scratch
|
image: scratch
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: arm
|
arch: arm
|
||||||
image: arm32v7/alpine:3.11
|
image: arm32v7/alpine:3.13
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
image: arm64v8/alpine:3.11
|
image: arm64v8/alpine:3.13
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -2,7 +2,7 @@ ARG IMAGE=scratch
|
|||||||
ARG OS=linux
|
ARG OS=linux
|
||||||
ARG ARCH=amd64
|
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
|
WORKDIR /go/src/github.com/eko/pihole-exporter
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user