Skip to content

Commit

Permalink
Merge pull request #5565 from yubiuser/update_docker
Browse files Browse the repository at this point in the history
Update Dockerfile to latest alpine
  • Loading branch information
squidfunk committed May 27, 2023
2 parents f37702a + 7c19f46 commit 2fa92de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

FROM python:3.11.0-alpine3.17
FROM python:3.11-alpine3.18

# Build-time flags
ARG WITH_PLUGINS=true
Expand Down Expand Up @@ -54,6 +54,8 @@ RUN \
gcc \
libffi-dev \
musl-dev \
&& \
pip install --no-cache-dir --upgrade pip \
&& \
pip install --no-cache-dir . \
&& \
Expand Down

0 comments on commit 2fa92de

Please sign in to comment.