Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update base image for slapd images
Update the base Debian image used for the slapd images.
  • Loading branch information
skoranda committed Jun 15, 2021
1 parent 610b497 commit 53933b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-slapd-base/Dockerfile
Expand Up @@ -16,7 +16,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.
FROM debian:10.5
FROM debian:10.9

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-slapd-proxy/Dockerfile
Expand Up @@ -16,7 +16,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 COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION=2
ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION=5
FROM comanage-registry-slapd-base:${COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION}

ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-slapd/Dockerfile
Expand Up @@ -16,7 +16,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 COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION=2
ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION=5
FROM comanage-registry-slapd-base:${COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION}

ARG COMANAGE_REGISTRY_SLAPD_BASE_IMAGE_VERSION
Expand Down

0 comments on commit 53933b2

Please sign in to comment.