Skip to content

Commit cab04e5

Browse files
committed
docker images bump
1 parent ea1bdd1 commit cab04e5

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
@@ -7,7 +7,7 @@ RUN web_apps_src/update-admin.sh
77
RUN web_apps_src/update-web.sh
88

99

10-
FROM golang:1.22-alpine3.19 as builder
10+
FROM golang:1.23-alpine3.21 as builder
1111

1212
# Copy the code from the host and compile it
1313
WORKDIR $GOPATH/src/github.com/madappgang/identifo
@@ -16,7 +16,7 @@ RUN go mod download
1616
RUN go build -o plugins/bin/ github.com/madappgang/identifo/v2/plugins/...
1717
RUN go build -o /identifo .
1818

19-
FROM alpine:3.19
19+
FROM alpine:3.21
2020
RUN apk --no-cache add ca-certificates
2121

2222
WORKDIR /

0 commit comments

Comments
 (0)