k3s/Dockerfile.manifest
github-actions[bot] 64207c324f chore: Bump golang:alpine image version in Dockerfiles
Made with ❤️️ by updatecli
2026-03-09 15:12:35 -07:00

19 lines
333 B
Docker

ARG GOLANG=golang:1.25.7-alpine3.23
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
RUN apk -U --no-cache add bash
ARG DOCKER_USERNAME
ENV DOCKER_USERNAME $DOCKER_USERNAME
ARG DOCKER_PASSWORD
ENV DOCKER_PASSWORD $DOCKER_PASSWORD
ARG DRONE_TAG
ENV DRONE_TAG $DRONE_TAG
COPY ./scripts/manifest /bin/
RUN manifest