Skip to content

Commit

Permalink
restore 24.04 ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 24, 2025
1 parent c019a6d commit a677dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# EPICS_TARGET_ARCH: the epics cross compile target platform
# note that linux-x86_64 is shortened to linux and is the default
# EPICS_HOST_ARCH: the epics host architecture name
# BASE_IMAGE: can be used to bring in cross compilation tools
# BASE_IMAGE: can be used to bring in cross compilation tools e.g RTEMS BSP

ARG BASE_IMAGE=ubuntu:22.04
ARG RUNTIME_BASE=ubuntu:22.04
ARG BASE_IMAGE=ubuntu:24.04
ARG RUNTIME_BASE=ubuntu:24.04

##### developer stage ##########################################################
FROM ${BASE_IMAGE} AS developer
Expand Down

0 comments on commit a677dff

Please sign in to comment.