mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
Explicitly select alpine image since we're using apk to install packages, default upstream is now bookworm-based it seems
Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
parent
763c79f142
commit
8ec8b72693
|
|
@ -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,
|
# Needs to be separate from the main Dockerfile for OpenShift,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue