We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2849a4c + 71b5d02 commit 4e84fe5Copy full SHA for 4e84fe5
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app/
9
ADD . .
10
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-w -s" -o tailon main.go
11
12
-FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.23.0
+FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.23.2
13
14
RUN mkdir -p /app/data/ && adduser -D -u 1000 tailon -h /app/data
15
VOLUME /app/data
0 commit comments