Skip to content

Commit

Permalink
Update mysql and supercronic
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneuhaus committed Jan 8, 2023
1 parent 2109c92 commit 110a3ee
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,4 +1,4 @@
FROM debian:stable-20220125-slim AS supercronic
FROM debian:stable-20221219-slim AS supercronic

ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.2.1/supercronic-linux-amd64 \
SUPERCRONIC=supercronic-linux-amd64 \
Expand All @@ -13,7 +13,7 @@ RUN apt-get update; apt-get install -y curl \



FROM mysql:5.7.39-debian
FROM mysql:5.7.40-debian

LABEL maintainer="Stefan Neuhaus <stefan@stefanneuhaus.org>"

Expand Down

0 comments on commit 110a3ee

Please sign in to comment.