Skip to content
Merged
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
2 changes: 1 addition & 1 deletion internal/comment/testdata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o /app/server ./cmd/server

# μ‹€ν–‰ μŠ€ν…Œμ΄μ§€: μ΅œμ†Œ μ΄λ―Έμ§€λ‘œ 운영 ν™˜κ²½μ„ κ΅¬μ„±ν•©λ‹ˆλ‹€
FROM alpine:3.23
FROM alpine:3.24

# νƒ€μž„μ‘΄κ³Ό μΈμ¦μ„œλ₯Ό μ„€μΉ˜ν•©λ‹ˆλ‹€
RUN apk add --no-cache tzdata ca-certificates
Expand Down