Skip to content

Commit

Permalink
Merge pull request #943 from MukuFlash03/master
Browse files Browse the repository at this point in the history
Specified Docker base image version
  • Loading branch information
shankari authored Oct 25, 2023
2 parents bc6b8eb + ec14ae8 commit f8e14db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# python 3
FROM ubuntu:jammy
FROM ubuntu:jammy-20231004

MAINTAINER K. Shankari ([email protected])

Expand All @@ -16,8 +16,6 @@ RUN apt-get install -y -qq wget
# install jq to parse json within bash scripts
RUN apt-get install -y jq

RUN apt-get -y -qq update && apt-get -y -qq upgrade

# cleanup
RUN apt-get -y remove --purge build-essential
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit f8e14db

Please sign in to comment.