Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.15.4 to 3.16.0 (#26)
Browse files Browse the repository at this point in the history
* chore(deps): bump alpine from 3.15.4 to 3.16.0

Bumps alpine from 3.15.4 to 3.16.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(docker): bump app versions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gareth Flowers <garethflowers@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and garethflowers authored Jun 21, 2022
1 parent 145ff59 commit 92106ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.4
FROM alpine:3.16.0

CMD [ "/usr/bin/svnserve", "--daemon", "--foreground", "--root", "/var/opt/svn" ]
EXPOSE 3690
Expand All @@ -7,5 +7,5 @@ VOLUME [ "/var/opt/svn" ]
WORKDIR /var/opt/svn

RUN apk add --no-cache \
subversion==1.14.2-r0\
wget==1.21.2-r2
subversion==1.14.2-r1\
wget==1.21.3-r0

0 comments on commit 92106ff

Please sign in to comment.