Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### build Artalk
FROM golang:1.22.7-alpine3.20 AS builder
FROM golang:1.24.0-alpine3.20 AS builder

WORKDIR /source

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN set -ex \
&& make build

### build final image
FROM alpine:3.20
FROM alpine:3.21

# we set the timezone `Asia/Shanghai` by default, you can be modified
# by `docker build --build-arg="TZ=Other_Timezone ..."`
Expand Down