Skip to content

Commit

Permalink
Support only bullseye.
Browse files Browse the repository at this point in the history
  • Loading branch information
clarklee-guizhao committed Oct 24, 2022
1 parent e8ae2a6 commit ed20ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-pit/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% from "dockers/dockerfile-macros.j2" import install_debian_packages, install_python_wheels, copy_files %}
FROM docker-config-engine-buster
FROM docker-config-engine-bullseye

ARG docker_container_name
RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%syslogtag%/;" /etc/rsyslog.conf
Expand Down

0 comments on commit ed20ee8

Please sign in to comment.