Skip to content

Commit 2604ddd

Browse files
authored
Chore: Bump Dockerfile Go version 1.24 (#29)
1 parent da339e9 commit 2604ddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.6-alpine3.18 AS build
1+
FROM golang:1.24-alpine3.21 AS build
22

33
WORKDIR /app
44

@@ -10,12 +10,12 @@ RUN go mod download -x
1010
COPY . .
1111
RUN CGO_ENABLED=0 go build -v
1212

13-
FROM alpine:latest
13+
FROM alpine:3.21
1414

1515
RUN apk add --no-cache ca-certificates
1616

1717
WORKDIR /root/
1818
COPY --from=build /etc/ssl/certs /etc/ssl/certs
1919
COPY --from=build /app .
2020

21-
ENTRYPOINT ["./detect-angular-dashboards"]
21+
ENTRYPOINT ["./detect-angular-dashboards"]

0 commit comments

Comments
 (0)