Merge pull request 'update docker' (#3) from feature-test into main

Reviewed-on: #3
This commit is contained in:
altru 2025-03-03 12:39:25 +00:00
commit 43d5608a51

View File

@ -1,6 +1,4 @@
FROM golang:1.20-alpine AS build
RUN apk --no-cache add tzdata
FROM golang:1.24 AS build
WORKDIR /src
COPY . .