smore missing builds

This commit is contained in:
James Strong 2023-12-08 14:41:23 -05:00
parent 5d82d18350
commit f555a5659a
5 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ ARG BASE_IMAGE
ARG GOLANG_VERSION
ARG ETCD_VERSION
FROM golang:${GOLANG_VERSION}-alpine:3.19 as GO
FROM golang:${GOLANG_VERSION}-alpine3.18 as GO
FROM registry.k8s.io/etcd:${ETCD_VERSION} as etcd
FROM ${BASE_IMAGE}