Skip to content

Commit 4376c76

Browse files
Merge pull request #49 from SierraSoftworks/dependabot/docker/alpine-3.23.3
build(deps): bump alpine from 3.23.2 to 3.23.3
2 parents bb70805 + 471fe28 commit 4376c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app/
99
ADD . .
1010
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -ldflags="-w -s" -o tailon main.go
1111

12-
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.23.2
12+
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.23.3
1313

1414
RUN mkdir -p /app/data/ && adduser -D -u 1000 tailon -h /app/data
1515
VOLUME /app/data

0 commit comments

Comments
 (0)