We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d398a commit 49c4a7fCopy full SHA for 49c4a7f
grocy/Dockerfile
@@ -6,7 +6,7 @@ FROM ${BUILD_FROM}
6
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
7
8
# Setup base
9
-ARG GROCY_VERSION="v4.1.0"
+ARG GROCY_VERSION="v4.2.0"
10
# hadolint ignore=DL3003
11
RUN \
12
apk add --no-cache \
0 commit comments