We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a17cc2b + 115a49f commit dbc4b14Copy full SHA for dbc4b14
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