Skip to content

Commit

Permalink
GCC version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomn authored Nov 6, 2024
1 parent 1ef2c7f commit f40b6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-image/Dockerfile
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 gcc:14
FROM gcc:14.1.0

ENV OCLINT_FILE=oclint-22.02-llvm-13.0.1-x86_64-linux-ubuntu-20.04.tar.gz \
PVS_FILE=pvs-studio-7.32.83291.394-amd64.deb \
Expand Down

0 comments on commit f40b6b7

Please sign in to comment.