mirror of
https://github.com/matrix-org/dendrite
synced 2025-04-30 06:47:23 +02: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 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue