0
0
Fork 0
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:
Rhea Danzey 2024-09-17 12:46:07 -05:00
parent 763c79f142
commit 8ec8b72693
No known key found for this signature in database
GPG key ID: BC69166FB2668680

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,