Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasghodsian committed May 17, 2024
1 parent 7d4c74c commit 0199660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18

LABEL maintainer="mattiasghodsian"
LABEL version="0.1.0"
LABEL version="0.1.3"
LABEL description="Docker image for Minizo"
LABEL org.opencontainers.image.url="https://github.com/mattiasghodsian/Minizo"
LABEL org.opencontainers.image.source="https://github.com/mattiasghodsian/Minizo"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-hub
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18

LABEL maintainer="mattiasghodsian"
LABEL version="0.1.2"
LABEL version="0.1.3"
LABEL description="Docker image for Minizo"
LABEL org.opencontainers.image.url="https://github.com/mattiasghodsian/Minizo"
LABEL org.opencontainers.image.source="https://github.com/mattiasghodsian/Minizo"
Expand Down

0 comments on commit 0199660

Please sign in to comment.