up build docker

This commit is contained in:
ljw
2024-09-27 15:18:45 +08:00
parent 04098cb6e1
commit 9787ca0895

View File

@@ -1,5 +1,3 @@
FROM golang:1.22-alpine as builder
FROM alpine
WORKDIR /app
RUN apk add --no-cache tzdata