Skip to content

Commit

Permalink
Bump python from 3.10-alpine to 3.12-alpine
Browse files Browse the repository at this point in the history
Bumps python from 3.10-alpine to 3.12-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 609a2f7 commit a8c1567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CallbackApp.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.10-alpine
FROM python:3.12-alpine

RUN apk update && apk upgrade
RUN apk add libcom_err=1.47.0-r2
Expand Down

0 comments on commit a8c1567

Please sign in to comment.