Skip to content

Commit fa37bcf

Browse files
authored
Update README.md
1 parent 9a0201c commit fa37bcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $securedPassword = ConvertTo-SecureString $DOCKER_PASSWORD -AsPlainText -Force
1717

1818
```powershell
1919
$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"
2121
```
2222

2323
# Publish with prereleases manually in Windows
@@ -52,10 +52,10 @@ docker push "$DOCKER_ORG/powershell:$VERSION-nanoserver-1809"
5252

5353
```bash
5454
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
5757
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
5959
docker push $DOCKER_ORG/powershell:nightly
6060
```
6161

0 commit comments

Comments
 (0)