Skip to content

Commit e7767ae

Browse files
authored
fix: workaround windows 1809 base image build failure
1 parent 304c00f commit e7767ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/smbplugin/Dockerfile.Windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# these arguments come from BUILD_PLATFORMS used in release-tools
16-
ARG ADDON_IMAGE=servercore:1809
16+
ARG ADDON_IMAGE=servercore:1809@sha256:6fdf140282a2f809dae9b13fe441635867f0a27c33a438771673b8da8f3348a4
1717
ARG BASE_IMAGE=nanoserver:1809
1818
ARG REGISTRY=mcr.microsoft.com/windows
1919

0 commit comments

Comments
 (0)