Skip to content

Commit dd03377

Browse files
committed
Update Golang
1 parent 260c2ca commit dd03377

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:1-experimental
22

3-
ARG hsdp_provider_version=0.10.1
3+
ARG hsdp_provider_version=0.12.3
44
FROM --platform=${BUILDPLATFORM} golang:1.16.0-alpine3.13 AS build
55
ARG TARGETOS
66
ARG TARGETARCH
@@ -18,6 +18,5 @@ ARG TARGETOS
1818
ARG TARGETARCH
1919
ARG hsdp_provider_version
2020
ENV HSDP_PROVIDER_VERSION ${hsdp_provider_version}
21-
LABEL maintainer="Andy Lo-A-Foe <andy.lo-a-foe@philips.com>"
2221
ENV HOME /root
2322
COPY --from=build /out/terraform-provider-hsdp $HOME/.terraform.d/plugins/registry.terraform.io/philips-software/hsdp/${HSDP_PROVIDER_VERSION}/${TARGETOS}_${TARGETARCH}/terraform-provider-hsdp_v${HSDP_PROVIDER_VERSION}

0 commit comments

Comments
 (0)