Skip to content

Commit

Permalink
Update Dockerfile to use golang 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Nov 14, 2023
1 parent 249730a commit ae91a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.20-alpine

COPY --from=hashicorp/terraform:1.3.1 /bin/terraform /bin/terraform

Expand All @@ -11,4 +11,4 @@ COPY . .

RUN go build -o ~/.terraform.d/plugins/materialize.com/devex/materialize/0.1/linux_amd64/terraform-provider-materialize

WORKDIR /usr/src/app/integration
WORKDIR /usr/src/app/integration

0 comments on commit ae91a69

Please sign in to comment.