This commit is contained in:
1e99 2025-06-29 11:47:50 +02:00
parent 0971b1f13f
commit 727d9851d9
2 changed files with 3 additions and 2 deletions

2
go.mod
View file

@ -2,4 +2,4 @@ module git.1e99.eu/1e99/2b2t
go 1.24.2 go 1.24.2
require github.com/mattn/go-sqlite3 v1.14.28 // indirect require github.com/mattn/go-sqlite3 v1.14.28

View file

@ -1,2 +1,3 @@
# TODO: Dockerfile
FROM docker.io/golang:1.24.2-alpine AS builder FROM docker.io/golang:1.24.2-alpine AS builder
WORKDIR /app WORKDIR /app