Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

Commit 3ce135f

Browse files
Add data_dump endpoint (#38)
* Add data dump exports with Garage-backed storage * Fix smtp4dev TLS test configuration * Fix data dump storage lifecycle and streaming export * Fix heartbeat stream pagination ordering * Bump Docker build images to Go 1.24 Alpine - Update `Dockerfile` base image from `golang:alpine` to `golang:1.24-alpine` - Update `Dockerfile.deploy` builder image from `golang:1.23-alpine` to `golang:1.24-alpine`
1 parent b2c685d commit 3ce135f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine AS build-env
1+
FROM golang:1.24-alpine AS build-env
22
WORKDIR /src
33

44
RUN wget "https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh" -O wait-for-it.sh && \

Dockerfile.deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1-alpine AS builder
1+
FROM golang:1.24-alpine AS builder
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)