Skip to content

Commit

Permalink
new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 1, 2024
1 parent c2daad6 commit e21f48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/org/eolang/hone/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM eclipse-temurin:21
FROM yegor256/hone:latest

Check failure on line 23 in src/main/resources/org/eolang/hone/docker/Dockerfile

View workflow job for this annotation

GitHub Actions / hadolint

DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag

LABEL "repository"="https://github.com/objectionary/hone-maven-plugin"
LABEL "maintainer"="Yegor Bugayenko"
Expand Down

0 comments on commit e21f48e

Please sign in to comment.