Skip to content

Commit

Permalink
fix: RELEASING/Dockerfile.from_local_tarball to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Feb 12, 2025
1 parent 937d40c commit dcc8426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING/Dockerfile.from_local_tarball
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM python:3.10-slim-bookworm
FROM python:3.13.2-slim-bookworm

RUN useradd --user-group --create-home --no-log-init --shell /bin/bash superset

Expand Down

0 comments on commit dcc8426

Please sign in to comment.