Skip to content

Commit

Permalink
Merge pull request #2 from linuxserver/319-rebase
Browse files Browse the repository at this point in the history
Rebase to alpine 3.19
  • Loading branch information
aptalca committed Jan 23, 2024
2 parents e5863d1 + d76b3c3 commit a8bf325
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage

ARG GITQLIENT_RELEASE

Expand Down Expand Up @@ -27,7 +27,7 @@ RUN \
make -j 4 && \
make install

FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine317
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine319

# set version label
ARG BUILD_DATE
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.17 as buildstage
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19 as buildstage

ARG GITQLIENT_RELEASE

Expand Down Expand Up @@ -27,7 +27,7 @@ RUN \
make -j 4 && \
make install

FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine317
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine319

# set version label
ARG BUILD_DATE
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **21.01.24:** - Rebase to Alpine 3.19.
* **02.04.23:** - Initial release.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "21.01.24:", desc: "Rebase to Alpine 3.19." }
- { date: "02.04.23:", desc: "Initial release." }

0 comments on commit a8bf325

Please sign in to comment.