We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17cc2b commit 115a49fCopy full SHA for 115a49f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22-alpine3.20 AS builder
+FROM golang:1.23-alpine3.20 AS builder
2
3
RUN mkdir /app && mkdir -p /usr/local/src/smolgit
4
WORKDIR /usr/local/src/smolgit
@@ -15,4 +15,4 @@ COPY --from=builder /build/smolgit /usr/bin/smolgit
15
16
EXPOSE 3080
17
EXPOSE 3081
18
-ENTRYPOINT ["/usr/bin/smolgit", "--config", "/etc/smolgit/config.yaml"]
+ENTRYPOINT ["/usr/bin/smolgit", "--config", "/etc/smolgit/config.yaml"]
0 commit comments