Skip to content
Snippets Groups Projects
Unverified Commit 6038af50 authored by Mark Sagi-Kazar's avatar Mark Sagi-Kazar
Browse files

build: help dependabot detect base image versions

parent 95e81a92
No related branches found
No related tags found
No related merge requests found
ARG BASEIMAGE=alpine:3.15.4
ARG BASEIMAGE=alpine
FROM golang:1.17.8-alpine3.14 AS builder
......@@ -40,6 +40,9 @@ RUN wget -O /usr/local/bin/gomplate \
"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS:-linux}-${TARGETARCH:-amd64}${TARGETVARIANT}" \
&& chmod +x /usr/local/bin/gomplate
# For Dependabot to detect base image versions
FROM alpine:3.15.4 AS alpine
FROM gcr.io/distroless/static:latest AS distroless
FROM $BASEIMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment