Skip to content

Commit

Permalink
updated bulder images
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsw committed Sep 6, 2024
1 parent b50be4b commit 3275ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.manylinux_2_28_ARM64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/insight-platform/manylinux_2_28_arm64:v0.0.3 as builder
FROM ghcr.io/insight-platform/manylinux_2_28_arm64:v0.0.5 as builder

WORKDIR /opt
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.manylinux_2_28_X64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/insight-platform/manylinux_2_28_x64:v0.0.3 as builder
FROM ghcr.io/insight-platform/manylinux_2_28_x64:v0.0.5 as builder

WORKDIR /opt
COPY . .
Expand Down

0 comments on commit 3275ebb

Please sign in to comment.