We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1bdd1 commit cab04e5Copy full SHA for cab04e5
Dockerfile
@@ -7,7 +7,7 @@ RUN web_apps_src/update-admin.sh
7
RUN web_apps_src/update-web.sh
8
9
10
-FROM golang:1.22-alpine3.19 as builder
+FROM golang:1.23-alpine3.21 as builder
11
12
# Copy the code from the host and compile it
13
WORKDIR $GOPATH/src/github.com/madappgang/identifo
@@ -16,7 +16,7 @@ RUN go mod download
16
RUN go build -o plugins/bin/ github.com/madappgang/identifo/v2/plugins/...
17
RUN go build -o /identifo .
18
19
-FROM alpine:3.19
+FROM alpine:3.21
20
RUN apk --no-cache add ca-certificates
21
22
WORKDIR /
0 commit comments