stick to client 10.11 version

This commit is contained in:
Fco. Javier Delgado del Hoyo 2024-12-08 12:52:35 +01:00
parent d5d98e5a7c
commit dc253cd1ea
2 changed files with 15 additions and 14 deletions

View file

@ -12,15 +12,15 @@ ENV GO111MODULE=on
RUN go mod tidy
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o /go/bin/dockerize .
FROM alpine:3.21.0
FROM alpine:3.20.3
LABEL maintainer "Fco. Javier Delgado del Hoyo <frandelhoyo@gmail.com>"
RUN apk add --update \
tzdata \
bash \
mysql-client \
gzip \
openssl \
mysql-client=~10.11 \
mariadb-connector-c \
fdupes && \
rm -rf /var/cache/apk/*

View file

@ -1,8 +1,9 @@
version: "2"
services:
mariadb:
image: mariadb:10
image: mariadb:10.11
container_name: my_mariadb
security_opt:
- seccomp:unconfined
expose:
- 3306
volumes: