Skip to content

Commit ac48acb

Browse files
BennettJamesBennett Sala
andauthored
Use latest image from eks-distro in release (#686)
Co-authored-by: Bennett Sala <[email protected]>
1 parent 363f5d7 commit ac48acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN GIT_VERSION=$(git describe --tags --dirty --always) && \
3535
-ldflags="-X ${VERSION_PKG}.GitVersion=${GIT_VERSION} -X ${VERSION_PKG}.GitCommit=${GIT_COMMIT} -X ${VERSION_PKG}.BuildDate=${BUILD_DATE}" -a -o controller main.go
3636

3737
# Build the container image
38-
FROM public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base:2021-10-19-1634675452
38+
FROM public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base:latest-al2
3939

4040
WORKDIR /
4141
COPY --from=builder /workspace/controller .

0 commit comments

Comments
 (0)