Modify `Dockerfile`.

This commit is contained in:
Kazuhiro MUSASHI 2024-08-11 19:52:11 +09:00
parent e201832273
commit 0c85920ddc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM cimg/go:1.22.6-browsers
RUN apk add --no-cache libc6-compat tzdata && \
cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime && \