Skip to content

Commit

Permalink
fix: update python base image (#165)
Browse files Browse the repository at this point in the history
* fix: update pyton base image

* chore: revert hubspot change

* fix: set docker python to 3.9.18-alpine3.18

* fix: set docker python to 3.11.6-alpine3.18
  • Loading branch information
am6010 committed Oct 12, 2023
1 parent 5afd202 commit 2413370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.11-alpine3.15 as base
FROM python:3.11.6-alpine3.18 as base
FROM base as builder


Expand Down

0 comments on commit 2413370

Please sign in to comment.