File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $securedPassword = ConvertTo-SecureString $DOCKER_PASSWORD -AsPlainText -Force
17
17
18
18
``` powershell
19
19
$securedPassword = ConvertTo-SecureString $DOCKER_PASSWORD -AsPlainText -Force
20
- ./docker/Publish-UnpublishedImage.ps1 PnP.PowerShell $DOCKER_USERNAME $DOCKER_ORG powershell $securedPassword $false "root" "alpine-3.14 "
20
+ ./docker/Publish-UnpublishedImage.ps1 PnP.PowerShell $DOCKER_USERNAME $DOCKER_ORG powershell $securedPassword $false "root" "alpine-3.16.5 "
21
21
```
22
22
23
23
# Publish with prereleases manually in Windows
@@ -52,10 +52,10 @@ docker push "$DOCKER_ORG/powershell:$VERSION-nanoserver-1809"
52
52
53
53
``` bash
54
54
VERSION=$( cat ./version.txt) -nightly
55
- docker build --build-arg " PNP_MODULE_VERSION=$VERSION " --build-arg " BASE_IMAGE_SUFFIX=alpine-3.14 " --build-arg " INSTALL_USER=root" --build-arg " SKIP_PUBLISHER_CHECK=False" ./docker -f ./docker/pnppowershell.dockerFile --tag $DOCKER_ORG /powershell:$VERSION -alpine-3.14 ;
56
- docker image tag $DOCKER_ORG /powershell:$VERSION -alpine-3.14 $DOCKER_ORG /powershell:nightly
55
+ docker build --build-arg " PNP_MODULE_VERSION=$VERSION " --build-arg " BASE_IMAGE_SUFFIX=alpine-3.16.5 " --build-arg " INSTALL_USER=root" --build-arg " SKIP_PUBLISHER_CHECK=False" ./docker -f ./docker/pnppowershell.dockerFile --tag $DOCKER_ORG /powershell:$VERSION -alpine-3.16.5 ;
56
+ docker image tag $DOCKER_ORG /powershell:$VERSION -alpine-3.16.5 $DOCKER_ORG /powershell:nightly
57
57
docker login -u $DOCKER_USERNAME -p " $DOCKER_PASSWORD "
58
- docker push $DOCKER_ORG /powershell:$VERSION -alpine-3.14
58
+ docker push $DOCKER_ORG /powershell:$VERSION -alpine-3.16.5
59
59
docker push $DOCKER_ORG /powershell:nightly
60
60
```
61
61
You can’t perform that action at this time.
0 commit comments