Skip to content

Commit 95a2990

Browse files
chore(deps): update dependency modulesync to v3.4.1
1 parent 0a1c4f1 commit 95a2990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && \
1010
adduser --disabled-password --gecos '' msync
1111

1212
# renovate: datasource=rubygems depName=modulesync versioning=ruby
13-
ENV MODULESYNC_VERSION="3.2.0"
13+
ENV MODULESYNC_VERSION="3.4.1"
1414
RUN gem install modulesync --version="$MODULESYNC_VERSION"
1515

1616
USER msync

0 commit comments

Comments
 (0)