Skip to content

Commit 4320820

Browse files
committed
changed base container image
1 parent 568be20 commit 4320820

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ jobs:
221221
# and tag it with the current run number from the github action workflow run
222222
- name: Docker build
223223
run: |
224-
ls -l target
225224
docker build . -t ghcr.io/octodemo/${{ github.repository }}:${{ github.run_number }}
226225
- name: Log in to the GH Container Registry
227226
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # using the docker login action from the github marketplace - github.com/marketplace/actions/docker-login

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cimg/openjdk:18.0.2
1+
FROM openjdk:21-slim-buster
22
RUN mkdir workspace
33
WORKDIR /workspace/
44
COPY target/SalesManager-*-SNAPSHOT.jar .

0 commit comments

Comments
 (0)