Skip to content

Commit c5e7d65

Browse files
committed
fix: Update base image in Dockerfile to Alpine 3.22.2
1 parent c283f99 commit c5e7d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM buildpack-deps:bookworm
3+
FROM alpine:3.22.2
44

55
# Metadata
66
LABEL maintainer="techprimate GmbH <opensource@techprimate.com>"

0 commit comments

Comments
 (0)