Skip to content

Commit 020db87

Browse files
committed
chore: update files
1 parent fb76198 commit 020db87

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-qemu-action@v1
3333
- name: Set up Docker Buildx
3434
uses: docker/setup-buildx-action@v1
35-
- name: Login to Harbor
35+
- name: Login to Docker Hub
3636
uses: docker/login-action@v1
3737
with:
3838
username: ${{ secrets.DOCKERHUB_USERNAME }}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2015-2021 Maik Hummel
3+
Copyright (c) 2015-2022 Maik Hummel
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
### Pull, build or run this image
1616
```bash
1717
# pull the most recent tag / release
18-
docker pull beevelop/java:v2021.06.2
18+
docker pull beevelop/java:v2022.06.1
1919

2020
# or run the image interactively
21-
docker run --rm --name beevelop -it beevelop/java:v2021.06.2 bash
21+
docker run --rm --name beevelop -it beevelop/java:v2022.06.1 bash
2222

2323
# or build the image from GitHub
2424
docker build -t beevelop/java github.com/beevelop/docker-base
2525
```
2626

2727
### Or use as base image
2828
```Dockerfile
29-
FROM beevelop/java:v2021.06.2
29+
FROM beevelop/java:v2022.06.1
3030
```
3131

3232
---

0 commit comments

Comments
 (0)