Skip to content

Commit

Permalink
chore(deps): update dependency alpine to v3.16 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2022
1 parent 3779ce0 commit 0f6b4c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.scp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## docker build --no-cache -t vela-scp:local . ##
###############################################################

FROM alpine:3.15@sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
FROM alpine:3.16@sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c

# Build args to be used from the Makefile
ARG OPENSSH_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ssh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## docker build --no-cache -t vela-ssh:local . ##
###############################################################

FROM alpine:3.15@sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
FROM alpine:3.16@sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c

# Build args to be used from the Makefile
ARG OPENSSH_VERSION
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# They're used in the Dockerfile the GitHub Actions workflow,
# the integration tests, and the static build flags for Go.
# Note: No space between the equals and the value else issues arise.
# renovate: datasource=repology depName=alpine_3_15/openssh versioning=loose
# renovate: datasource=repology depName=alpine_3_16/openssh versioning=loose
OPENSSH_VERSION=8.8_p1-r1
# renovate: datasource=repology depName=alpine_3_15/sshpass versioning=loose
# renovate: datasource=repology depName=alpine_3_16/sshpass versioning=loose
SSHPASS_VERSION=1.09-r0

# check if a git tag is already set
Expand Down

0 comments on commit 0f6b4c1

Please sign in to comment.