diff --git a/README.md b/README.md index 0ec6d0f..316d5d3 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ [![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cisagov/example)](https://hub.docker.com/r/cisagov/example) [![Platforms](https://img.shields.io/badge/platforms-amd64%20%7C%20arm%2Fv6%20%7C%20arm%2Fv7%20%7C%20arm64%20%7C%20ppc64le%20%7C%20s390x-blue)](https://hub.docker.com/r/cisagov/javadebian11-docker/tags) -This is a Docker image for a custom Debian 11 build that is equipped with -Java SDK and Curl. +This is a Docker image for a custom Debian 11 build that is equipped with +Java SDK and Curl. ## Contributing ## diff --git a/docker-compose.yml b/docker-compose.yml index 3cfd38a..191ee0b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: # e.g., --build-arg VERSION=0.0.1 context: . dockerfile: Dockerfile - image: xvxd4sh/java-debian11:latest + image: cisagov/java-debian11:latest container_name: java-debian11 init: true restart: "no"