Compare commits
No commits in common. "eedfd2a807d194b093e016b308af2ca3193beaa5" and "d48a705e9b12bc929f068b7a7c1e0d3bfd005987" have entirely different histories.
eedfd2a807
...
d48a705e9b
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.22.4-alpine3.19 as build
|
FROM golang:1.22.2-alpine3.19 as build
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ COPY . .
|
|||||||
RUN go build -v -o /tmp/app ./cmd/web
|
RUN go build -v -o /tmp/app ./cmd/web
|
||||||
|
|
||||||
|
|
||||||
FROM golang:1.22.4-alpine3.19
|
FROM golang:1.22.2-alpine3.19
|
||||||
ENV LOGFMT=json LOGLEVEL=DEBUG
|
ENV LOGFMT=json LOGLEVEL=DEBUG
|
||||||
COPY --from=build /tmp/app /
|
COPY --from=build /tmp/app /
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
Loading…
Reference in New Issue
Block a user