Compare commits

...

2 Commits

Author SHA1 Message Date
9a0fe7994e Update quay.io/linuxserver.io/code-server Docker tag to v4.16.1
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/pr/deploy Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
2023-08-01 10:00:41 +00:00
26754e83f9 fix pwsh install when called as first command (#60)
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
#### 📖 Summary

<!-- Provide a summary of your changes. Describe the why and not how. -->

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

| Choice | Test Method       |
| :----: | :-----------      |
|      | CI pipeline tests |
|        | Custom test       |
|        | No test plan      |

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: CodeServer/arkanum#60
2023-08-01 09:14:21 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/linuxserver.io/code-server:4.15.0
FROM quay.io/linuxserver.io/code-server:4.16.1
#LABEL build_version=""
LABEL maintainer="OCram85"

View File

@ -156,6 +156,7 @@ function instVolta() {
function instPwsh() {
say "Installing PowerShell requirements..." "PowerShell"
sudo -E apt-get update > /dev/null
sudo -E apt-get install --no-install-recommends -y \
apt-transport-https \
software-properties-common