fix base images
This commit is contained in:
parent
8cc99f1cc7
commit
ba9276e220
|
|
@ -1,4 +1,4 @@
|
|||
ARG BASE_IMAGE=ghcr.io/alpine-3:latest
|
||||
ARG BASE_IMAGE=ghcr.io/actions/actions-runner:latest-alpine-3
|
||||
FROM golang:1.25-alpine AS builder
|
||||
ARG VERSION=latest
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ARG BASE_IMAGE=ghcr.io/ubuntu-22.04:latest
|
||||
ARG BASE_IMAGE=ghcr.io/ubuntu/ubuntu-22.04:latest
|
||||
FROM ${BASE_IMAGE}
|
||||
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ARG BASE_IMAGE=ghcr.io/python-3.11-slim:latest
|
||||
ARG BASE_IMAGE=ghcr.io/python/python-3.11-slim:latest
|
||||
ARG NODE_IMAGE=node:lts-alpine
|
||||
|
||||
FROM $NODE_IMAGE AS build
|
||||
|
|
|
|||
Loading…
Reference in New Issue