Skip to content

Commit 605b2ed

Browse files
committed
chore(docker): fix build image version
1 parent e2ab93d commit 605b2ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM denisgolius/zig:0.15.2 AS build
1+
FROM kassany/ziglang AS build
22

33
WORKDIR /build
44
COPY . .
55

66
RUN zig build --release=safe
77

88

9-
FROM alpine:3.22.2
9+
FROM alpine:latest
1010

1111
RUN wget -O /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/latest/download/dbmate-linux-amd64 && \
1212
chmod +x /usr/local/bin/dbmate

0 commit comments

Comments
 (0)