Skip to content

Commit bf2b12f

Browse files
committed
Upgrade ubuntu version
1 parent 7ae5f59 commit bf2b12f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/containers/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
FROM ubuntu:20.04
16+
FROM ubuntu:24.04
1717

1818
# Install OS packages
1919
RUN export DEBIAN_FRONTEND=noninteractive && \
@@ -45,7 +45,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
4545
make \
4646
odbc-postgresql \
4747
openssl \
48-
python2-dev \
4948
python3-dev \
5049
python3-pip \
5150
sudo \

0 commit comments

Comments
 (0)