Skip to content

Commit

Permalink
Rebasing to Alpine 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jun 29, 2019
1 parent 5556117 commit 44743f2
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.9
FROM lsiobase/python:3.10

# 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.9
FROM lsiobase/python:arm64v8-3.10

# 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.9
FROM lsiobase/python:arm32v7-3.10

# 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 @@ -53,6 +53,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "26.01.19:", desc: "Add pipeline logic and multi arch." }
Expand Down

0 comments on commit 44743f2

Please sign in to comment.