Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Aug 4, 2023
1 parent e6420f4 commit 18abffb
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,9 +1,9 @@
FROM alpine:3.16
FROM alpine:3.18

LABEL version "1.0.20"
LABEL description "Sysbench as Docker Image"

ARG version="1.0.20-r0"
ARG version="1.0.20-r1"

RUN apk add --no-cache --purge --clean-protected -u \
ca-certificates sysbench=$version \
Expand Down

0 comments on commit 18abffb

Please # to comment.