Skip to content

Commit

Permalink
Bump distribution version to 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Oct 3, 2023
1 parent 5754d13 commit 7cb4d9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public DockerRegistry() {
this.imageApi = new ImageApi(dockerClientConfig);

if (LocalDocker.isNativeWindows()) {
imageNameWithTag = "gesellix/registry:2.8.1-windows-ltsc2022";
imageNameWithTag = "gesellix/registry:2.8.3-windows-ltsc2022";
} else {
imageNameWithTag = "registry:2.8.3";
}
Expand Down

0 comments on commit 7cb4d9e

Please sign in to comment.