Skip to content

Commit

Permalink
Update docker/dockerfile Docker tag to v1.9 (#106)
Browse files Browse the repository at this point in the history
* Update docker/dockerfile Docker tag to v1.9

| datasource | package           | from | to  |
| ---------- | ----------------- | ---- | --- |
| docker     | docker/dockerfile | 1.6  | 1.9 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update Dockerfile

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <[email protected]>
  • Loading branch information
renovate[bot] and lucacome authored Aug 23, 2024
1 parent b47ac12 commit 4cd4d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1.6
# syntax=docker/dockerfile:1.9
ARG BUILD_OS=alpine:3.19
ARG OPENSSL_VERSION=3.0.9

FROM ${BUILD_OS} as alpine
FROM ${BUILD_OS} AS alpine
ARG OPENSSL_VERSION

RUN apk add --no-cache --virtual .build-deps \
Expand Down

0 comments on commit 4cd4d57

Please sign in to comment.