Skip to content

Commit

Permalink
fix: Pinned frolvlad/alpine-glibc version to fix runtime error in docker
Browse files Browse the repository at this point in the history
The error was `Relink `/usr/lib/libgcc_s.so.1' with
`/usr/glibc-compat/lib/libc.so.6' for IFUNC symbol `memset'`
  • Loading branch information
devatherock committed May 8, 2022
1 parent 559f0fd commit 67bfaf2
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
Expand Up @@ -7,7 +7,7 @@ RUN native-image --no-server -cp build/libs/*-all.jar



FROM frolvlad/alpine-glibc
FROM frolvlad/alpine-glibc:alpine-3.12

LABEL maintainer="devatherock@gmail.com"
LABEL io.github.devatherock.version="0.6.0"
Expand Down

0 comments on commit 67bfaf2

Please sign in to comment.