Skip to content

Commit

Permalink
Use 1.20-bullseye to avoid GLIBC not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Jul 20, 2023
1 parent e68daca commit 9c90146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 AS build-go
FROM golang:1.20-bullseye AS build-go
COPY . /src
WORKDIR /src
RUN go build -o ghnotify .
Expand Down

0 comments on commit 9c90146

Please sign in to comment.