Skip to content

Commit

Permalink
back to gcc since I can't the libs to load properly
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwk-aaron committed Jan 2, 2024
1 parent 6e18f57 commit 1034afc
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 @@ -13,7 +13,7 @@ RUN sed -i 's/MARIADB_CONNECTOR_COMPILE_JOBS__=.*/MARIADB_CONNECTOR_COMPILE_JOBS
RUN chmod +x build.sh
RUN ./build.sh

FROM debian:12 as runtime
FROM gcc:13 as runtime

WORKDIR /app

Expand Down

0 comments on commit 1034afc

Please sign in to comment.