Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Commit

Permalink
Rebasing to Alpine 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Dec 20, 2019
1 parent 4d1cd9c commit 3cff00f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/python:3.10
FROM lsiobase/python:3.11

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/python:arm64v8-3.10
FROM lsiobase/python:arm64v8-3.11

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/python:arm32v7-3.10
FROM lsiobase/python:arm32v7-3.11

# set version label
ARG BUILD_DATE
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "08.05.19:", desc: "Re-install requests pip package to downgrade urllib version suitable for mylar." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
Expand Down

0 comments on commit 3cff00f

Please sign in to comment.