Skip to content

Commit

Permalink
[*] update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpovich committed Mar 6, 2024
1 parent 64624a3 commit 6ed4ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
java: [ '11' ]
os: [ 'ubuntu-20.04', 'macos-13']
os: [ 'ubuntu-20.04']
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion java/ws-server/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazoncorretto:11-alpine3.17
FROM amazoncorretto:11-alpine3.18

COPY ws-server /ws-server
WORKDIR /ws-server
Expand Down

0 comments on commit 6ed4ecd

Please sign in to comment.