Merge pull request #48 from Lokowitz/main

Update deps and add dependabot.yml
This commit is contained in:
Owen Schwartz
2025-06-01 22:52:27 -04:00
committed by GitHub
6 changed files with 61 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.1-alpine AS builder
FROM golang:1.24.3-alpine AS builder
# Set the working directory inside the container
WORKDIR /app
@@ -15,7 +15,7 @@ COPY . .
# Build the application
RUN CGO_ENABLED=0 GOOS=linux go build -o /newt
FROM alpine:3.19 AS runner
FROM alpine:3.22 AS runner
RUN apk --no-cache add ca-certificates tzdata