Playing with pipelines

This commit is contained in:
2022-02-15 19:24:22 +01:00
parent 649d37d14c
commit 3fb0101b9c
4 changed files with 46 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.17.6-alpine3.14 AS builder
FROM golang:1.17.7-alpine3.15 AS builder
# Install missing pkgs
RUN apk add --no-cache git