Skip to content

Commit

Permalink
Revert "use 3.18 docker"
Browse files Browse the repository at this point in the history
This reverts commit c32c982.
  • Loading branch information
martinzink committed Aug 16, 2023
1 parent 002cc55 commit e92525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.
#

ARG BASE_IMAGE="alpine:3.18"
ARG BASE_IMAGE="alpine:3.17"

# Build image
FROM ${BASE_IMAGE} AS build
Expand Down

0 comments on commit e92525f

Please sign in to comment.