File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 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
35COPY root/ /
46
You can’t perform that action at this time.
0 commit comments