Skip to content

Commit

Permalink
Update /cmd: Switch from debian11 to debian12 (#3577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 authored Jan 9, 2024
1 parent e7b24d2 commit a934878
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/allocator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/distroless/static-debian11:nonroot
FROM gcr.io/distroless/static-debian12:nonroot

ARG ARCH=amd64
WORKDIR /
Expand Down
2 changes: 1 addition & 1 deletion cmd/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/distroless/static-debian11:nonroot
FROM gcr.io/distroless/static-debian12:nonroot

ARG ARCH=amd64
WORKDIR /
Expand Down
2 changes: 1 addition & 1 deletion cmd/extensions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/distroless/static-debian11:nonroot
FROM gcr.io/distroless/static-debian12:nonroot

ARG ARCH=amd64
WORKDIR /
Expand Down
2 changes: 1 addition & 1 deletion cmd/ping/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/distroless/static-debian11:nonroot
FROM gcr.io/distroless/static-debian12:nonroot

ARG ARCH=amd64
WORKDIR /
Expand Down
2 changes: 1 addition & 1 deletion cmd/sdk-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/distroless/static-debian11:nonroot
FROM gcr.io/distroless/static-debian12:nonroot

ARG ARCH=amd64
WORKDIR /
Expand Down

0 comments on commit a934878

Please sign in to comment.