Skip to content

Commit

Permalink
Update external providers too
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <[email protected]>
  • Loading branch information
aufi committed Oct 23, 2024
1 parent 538f651 commit 5450c2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion external-providers/dotnet-external-provider/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO: fix version mismatch in final container
FROM golang:1.21 as go-builder
FROM registry.access.redhat.com/ubi9/go-toolset:latest as go-builder

COPY / /analyzer-lsp

Expand Down
2 changes: 1 addition & 1 deletion external-providers/generic-external-provider/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as go-builder
FROM registry.access.redhat.com/ubi9/go-toolset:latest as go-builder

COPY / /analyzer-lsp

Expand Down
2 changes: 1 addition & 1 deletion external-providers/golang-dependency-provider/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as go-builder
FROM registry.access.redhat.com/ubi9/go-toolset:latest as go-builder

copy / /analyzer-lsp

Expand Down
2 changes: 1 addition & 1 deletion external-providers/java-external-provider/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.21 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:latest as builder

COPY / /analyzer-lsp

Expand Down
2 changes: 1 addition & 1 deletion external-providers/yq-external-provider/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as go-builder
FROM registry.access.redhat.com/ubi9/go-toolset:latest as go-builder

copy / /analyzer-lsp

Expand Down

0 comments on commit 5450c2a

Please sign in to comment.