update docker

This commit is contained in:
aditya.siregar 2025-03-03 19:39:11 +07:00
parent e9b9a367a9
commit ed8c523b26

View File

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