Skip to content

Commit

Permalink
Merge pull request #7 from rix1337/dev_temp
Browse files Browse the repository at this point in the history
v.1.3.5 - Update baseimage
  • Loading branch information
rix1337 authored Jun 17, 2024
2 parents dd59512 + 558c313 commit 84f3913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion altstore_proxy/providers/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def get_version():
return "1.3.4"
return "1.3.5"


def create_version_file():
Expand Down
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
FROM ghcr.io/linuxserver/baseimage-alpine:3.20
MAINTAINER rix1337

# Define package name
Expand All @@ -12,7 +12,8 @@ ARG VS="false"
RUN echo "VS: ${VS}"

# setup
RUN pip3 install --upgrade pip \
RUN mkdir -p ~/.config/pip && echo -e "[global]\nbreak-system-packages = true" > ~/.config/pip/pip.conf \
&& pip3 install --upgrade pip \
&& pip3 install wheel

# Install specified package version and clean up unneeded packages
Expand Down

0 comments on commit 84f3913

Please sign in to comment.