Skip to content

Commit

Permalink
Merge pull request #570 from DanielCKennedy/0.6_update_image
Browse files Browse the repository at this point in the history
Update base image in Docker file
  • Loading branch information
k8s-ci-robot committed Mar 3, 2023
2 parents 4faea1a + e04c3d2 commit 89d2dfb
Showing 1 changed file with 1 addition and 1 deletion.
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.
ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2021-12-01-1638322424
ARG image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-02-22-1677092456.2
ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.19-gcc

FROM --platform=$BUILDPLATFORM $golang_image AS builder
Expand Down

0 comments on commit 89d2dfb

Please sign in to comment.