Skip to content

Commit

Permalink
Fix app start issue on fly.io
Browse files Browse the repository at this point in the history
 /usr/bin/miniflux: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/bin/miniflux)
  • Loading branch information
xelephas committed Jan 4, 2024
1 parent b95922c commit 8a8f5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/docker/distroless/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:latest AS build
FROM golang:1.19 AS build
ADD . /go/src/app
WORKDIR /go/src/app
RUN go build \
Expand Down

0 comments on commit 8a8f5c7

Please sign in to comment.