Skip to content

Commit 9b91bd5

Browse files
authored
Merge pull request #3 from linuxserver/3.22
2 parents d954487 + 6fbf09a commit 9b91bd5

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[linuxserverurl]: https://linuxserver.io
44
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
5-
65

76
<!--- If you have an issue with the project, please provide us with the following information -->
87

@@ -17,5 +16,4 @@
1716
<!--- What you think your suggestion brings to the project, or fixes with the project -->
1817
<!--- If it's a fix, would it be better suited as a Pull request to the repo ? -->
1918

20-
## Thanks, team linuxserver.io
21-
19+
## Thanks, team linuxserver.io

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[linuxserverurl]: https://linuxserver.io
44
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
5-
65

76
<!--- Before submitting a pull request please check the following -->
87

@@ -11,5 +10,4 @@
1110
<!--- You have included links to any files / patches etc your PR may be using in the body of the PR commit message -->
1211
<!--- -->
1312

14-
## Thanks, team linuxserver.io
15-
13+
## Thanks, team linuxserver.io

.github/workflows/BuildImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
picons_builder:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.1.0
12+
- uses: actions/checkout@v4
1313
- name: Build image
1414
run: |
1515
docker build --no-cache -t ghcr.io/linuxserver/picons-builder:latest .

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 AS builder
1+
# syntax=docker/dockerfile:1
2+
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS builder
24

35
COPY root/ /
46

0 commit comments

Comments
 (0)