Skip to content

Commit

Permalink
Update golang version to address CVEs
Browse files Browse the repository at this point in the history
Addresses:
CVE-2024-45336
CVE-2024-45341

Change-Id: I982cc47e7aedee7fffad1674a79adf5dbb64055c
  • Loading branch information
y2kenny-amd committed Feb 5, 2025
1 parent cb2ffda commit 18706f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.io/golang:1.23.4-alpine3.21
FROM docker.io/golang:1.23.6-alpine3.21
RUN apk --no-cache add git pkgconfig build-base libdrm-dev
RUN apk --no-cache add hwloc-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
RUN mkdir -p /go/src/github.com/ROCm/k8s-device-plugin
Expand Down
2 changes: 1 addition & 1 deletion labeller.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM docker.io/golang:1.23.4-alpine3.21
FROM docker.io/golang:1.23.6-alpine3.21
RUN apk --no-cache add git pkgconfig build-base libdrm-dev
RUN mkdir -p /go/src/github.com/ROCm/k8s-device-plugin
ADD . /go/src/github.com/ROCm/k8s-device-plugin
Expand Down

0 comments on commit 18706f6

Please sign in to comment.