Skip to content

Commit

Permalink
Upgrade python versions for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshmi-bashyam committed Oct 7, 2024
1 parent 8ed06b8 commit a7921a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.8-slim-buster
FROM python:3.9-slim-bullseye
LABEL maintainer="AutoSE <[email protected]>"

ARG POETRY_VIRTUALENVS_CREATE=false
Expand Down

0 comments on commit a7921a6

Please sign in to comment.