Skip to content

Commit

Permalink
upgrade base image to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Sep 13, 2023
1 parent b339d3d commit 66c864c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04 as builder
FROM ubuntu:20.04 as builder
LABEL maintainer="Ravnoor Singh Gill <[email protected]>"

RUN apt-get update && apt-get upgrade -y \
Expand Down Expand Up @@ -28,7 +28,7 @@ RUN pip install -r /app/requirements.txt


# production image
FROM ubuntu:18.04
FROM ubuntu:20.04

ENV TZ=America/Montreal

Expand Down

0 comments on commit 66c864c

Please sign in to comment.