Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
cujocicd committed Feb 27, 2024
1 parent 23353c1 commit 4c09dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM python:3.8-slim-buster
FROM python:3.12-slim-bullseye

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Flask==2.1.0
Flask==2.2.2

0 comments on commit 4c09dfd

Please sign in to comment.