Compare commits

..

2 Commits

Author SHA1 Message Date
5f8a9b7b14 chore(db): use context & add db helper 2025-08-10 13:15:46 -04:00
13df4ae706 feat(utils): add pkg utils 2025-08-10 13:10:14 -04:00

View File

@ -3,7 +3,7 @@ FROM alpine AS alpine
RUN apk update && apk add --no-cache ca-certificates tzdata RUN apk update && apk add --no-cache ca-certificates tzdata
# Build Image # Build Image
FROM golang:1.24 AS build FROM golang:1.21 AS build
# Create Package Directory # Create Package Directory
RUN mkdir -p /opt/antholume RUN mkdir -p /opt/antholume