Skip to content

Commit 115a49f

Browse files
author
Марк Исхаков
committed
fix golang image tag
1 parent a17cc2b commit 115a49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine3.20 AS builder
1+
FROM golang:1.23-alpine3.20 AS builder
22

33
RUN mkdir /app && mkdir -p /usr/local/src/smolgit
44
WORKDIR /usr/local/src/smolgit
@@ -15,4 +15,4 @@ COPY --from=builder /build/smolgit /usr/bin/smolgit
1515

1616
EXPOSE 3080
1717
EXPOSE 3081
18-
ENTRYPOINT ["/usr/bin/smolgit", "--config", "/etc/smolgit/config.yaml"]
18+
ENTRYPOINT ["/usr/bin/smolgit", "--config", "/etc/smolgit/config.yaml"]

0 commit comments

Comments
 (0)