Skip to content

Commit

Permalink
chore(major deps): update major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 20c7a6d commit a9d174d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build:image:
stage: packages
image: docker:latest
services:
- docker:19.03.5-dind
- docker:24.0.6-dind
except:
- master
script:
Expand All @@ -67,7 +67,7 @@ build:binaries:
build:stretch:
extends:
- .build_package
image: debian:stretch
image: debian:bookworm

upload:stretch:
variables:
Expand All @@ -80,7 +80,7 @@ upload:stretch:
build:buster:
extends:
- .build_package
image: debian:buster
image: debian:bookworm

upload:buster:
variables:
Expand All @@ -93,7 +93,7 @@ upload:buster:
build:xenial:
extends:
- .build_package
image: ubuntu:xenial
image: ubuntu:jammy

upload:xenial:
variables:
Expand All @@ -106,7 +106,7 @@ upload:xenial:
build:bionic:
extends:
- .build_package
image: ubuntu:bionic
image: ubuntu:jammy

upload:bionic:
variables:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
logstash:
image: docker.elastic.co/logstash/logstash-oss:6.1.1
image: docker.elastic.co/logstash/logstash-oss:8.10.4
ports:
- "9600:9600"
volumes:
Expand Down

0 comments on commit a9d174d

Please sign in to comment.