Skip to content

Commit

Permalink
Simplify versioning in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaKamikaze committed Sep 23, 2024
1 parent 0cb2b73 commit 8dc7f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoxfieldPriceScraper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /app
COPY --from=build-env /app/out .

# Install Google Chrome
RUN apt-get update && apt-get install -y wget=1.21-1+deb11u1 unzip=6.0-26+deb11u1 && \
RUN apt-get update && apt-get install -y wget=1.21-1 unzip=6.0-26 && \
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
apt-get install ./google-chrome-stable_current_amd64.deb -y && \
rm google-chrome-stable_current_amd64.deb && \
Expand Down

0 comments on commit 8dc7f63

Please sign in to comment.