chore(deps): update python docker tag to v3.13.0 #50
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12.7-slim-bullseye
|
||||
FROM python:3.13.0-slim-bullseye
|
||||
#FROM python:3.9.9-bullseye
|
||||
# Build the image also using the other FROM line, the difference is in the content and size of the image,
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12.7-slim-bullseye
|
||||
FROM python:3.13.0-slim-bullseye
|
||||
|
||||
# COPY will place the files inside this directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12.7-slim-bullseye
|
||||
FROM python:3.13.0-slim-bullseye
|
||||
|
||||
# COPY will place the files inside this directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12.7-bullseye
|
||||
FROM python:3.13.0-bullseye
|
||||
|
||||
# COPY will place the files inside this directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12.7-slim-bullseye
|
||||
FROM python:3.13.0-slim-bullseye
|
||||
|
||||
# COPY will place the files inside this directory
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user