This is an automated email from the ASF dual-hosted git repository.

jky pushed a commit to branch set_tag
in repository https://gitbox.apache.org/repos/asf/flagon.git

commit aecf8fc9e274d9c5f3b66c50bc0cfb36518d7f5d
Author: Jason Young <[email protected]>
AuthorDate: Thu Nov 30 10:42:12 2023 -0500

    Explcitly set tag of docker base image
---
 site/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/Dockerfile b/site/Dockerfile
index d5755e2..801d790 100644
--- a/site/Dockerfile
+++ b/site/Dockerfile
@@ -1,5 +1,5 @@
-FROM starefossen/ruby-node
-MAINTAINER Joshua Poore <[email protected]>
+FROM starefossen/ruby-node:latest
+LABEL org.opencontainers.image.authors="[email protected]"
 
 # Cache bundle
 COPY Gemfile* /tmp/

Reply via email to