Skip to content

Commit

Permalink
Merge pull request #1010 from lorengordon/feat/docker-base-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Jul 2, 2024
2 parents 6a2ea50 + 91de6dd commit 543dc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.20.5-buster as golang
FROM golang:1.20.14-bookworm as golang

FROM python:3.11.4-buster
FROM python:3.11.8-bookworm

ARG PROJECT_NAME=tardigrade-ci
ARG GITHUB_ACCESS_TOKEN
Expand Down

0 comments on commit 543dc41

Please sign in to comment.