Fix docker build for yggdrasil

This commit is contained in:
Till Faelligen 2024-12-18 08:50:04 +01:00
parent 8cde59c12f
commit a8d842bd05
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.22 AS base
FROM docker.io/golang:1.22-alpine AS base
#
# Needs to be separate from the main Dockerfile for OpenShift,