Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
feat: update docker deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DuMaM committed Apr 19, 2023
1 parent f44c304 commit 4d12a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion casc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG JAVA_VERSION
ARG JENKINS_SITE_NAME

FROM jenkins/jenkins:2.346.1-jdk$JAVA_VERSION
FROM jenkins/jenkins:2.361.4-jdk$JAVA_VERSION

# use the value to set the ENV var default
ENV JENKINS_SITE_NAME=$JENKINS_SITE_NAME
Expand Down
3 changes: 1 addition & 2 deletions casc/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

version: '3.8'
services:
jenkins:
Expand All @@ -23,7 +22,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock

crowd:
image: atlassian/crowd:4.4.3-jdk11
image: atlassian/crowd:5.1.0-jdk11
container_name: crowd
networks:
- crowd_net
Expand Down

0 comments on commit 4d12a07

Please sign in to comment.