Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.19.1 to 3.20.0 (#63)
Browse files Browse the repository at this point in the history
* chore(deps): bump alpine from 3.19.1 to 3.20.0

Bumps alpine from 3.19.1 to 3.20.0.

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

Signed-off-by: dependabot[bot] <[email protected]>

* feat(docker): bump svn and wget versions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gareth Flowers <[email protected]>
  • Loading branch information
dependabot[bot] and garethflowers authored Jun 6, 2024
1 parent 5eb98ca commit a4f738d
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.19.1
FROM alpine:3.20.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-r12 \
wget==1.21.4-r0
subversion==1.14.3-r2 \
wget==1.24.5-r0

0 comments on commit a4f738d

Please sign in to comment.