do less renovate pinning - starting out with docker images

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-02-15 10:08:59 +01:00
parent 419122c752
commit e3b817f01d
7 changed files with 21 additions and 14 deletions
@@ -1,4 +1,4 @@
FROM ruby:3.3@sha256:24af4f0bf0af61d04a5ead4f43e7ad468a1b2ff05844d7780555a13a78615ced
FROM ruby:3.3
RUN apt-get update -qq && \
apt-get install -y nodejs postgresql-client git && \
@@ -1,4 +1,4 @@
FROM alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160
FROM alpine:3.18
RUN apk add --update \
git \
@@ -8,4 +8,4 @@ RUN apk add --update \
g++ && \
pip install cookiecutter && \
apk del g++ py-pip python-dev && \
rm -rf /var/cache/apk/*
rm -rf /var/cache/apk/*