Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Updated Crawler run image
  • Loading branch information
ctevse authored Oct 9, 2023
1 parent 69e9a07 commit d3702c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD crawler/src/main crawler/src/main
RUN mvn package -Dmaven.test.skip=true --projects=crawler

### Crawler Run Stage
FROM openjdk:11-jre-slim AS crawler
FROM amazoncorretto:17-alpine AS crawler

RUN apt-get update \
&& apt-get install -y libglib2.0-0 libnss3 libxcb1
Expand Down

0 comments on commit d3702c6

Please sign in to comment.